개정판 e767d86a
issue #0000
ID2SQLiteInfo 사용자 Property 추가
Change-Id: I4ebcb9c1a329b4556338f7a3fa42d1a1ff3d62ff
ID2.Manager/ID2.Manager/Properties/Settings.Designer.cs | ||
---|---|---|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
|
16 | 16 |
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 |
|
18 | 18 |
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
... | ... | |
56 | 56 |
return ((int)(this["ID2Port"])); |
57 | 57 |
} |
58 | 58 |
} |
59 |
|
|
60 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
61 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
62 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
63 |
public string ID2SQLiteInfo { |
|
64 |
get { |
|
65 |
return ((string)(this["ID2SQLiteInfo"])); |
|
66 |
} |
|
67 |
set { |
|
68 |
this["ID2SQLiteInfo"] = value; |
|
69 |
} |
|
70 |
} |
|
59 | 71 |
} |
60 | 72 |
} |
내보내기 Unified diff