-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.Designer.vb
25 lines (22 loc) · 1.24 KB
/
Settings.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18408
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Namespace WindowsFormsApplication1.Properties
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")>
Friend NotInheritable Partial Class Settings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As WindowsFormsApplication1.Properties.Settings = CType((Global.System.Configuration.ApplicationSettingsBase.Synchronized(New WindowsFormsApplication1.Properties.Settings())), WindowsFormsApplication1.Properties.Settings)
Public Shared ReadOnly Property [Default] As Settings
Get
Return WindowsFormsApplication1.Properties.Settings.defaultInstance
End Get
End Property
End Class
End Namespace