markus / ConvertService / ServiceBase / ConnectionStringBuild / Properties / Settings.Designer.cs @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (1.13 KB)
1 | 53c9637d | taeseongkim | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | 43e1d368 | taeseongkim | // 이 코드는 도구를 사용하여 생성되었습니다. |
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | 53c9637d | taeseongkim | // |
6 | 43e1d368 | taeseongkim | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | 53c9637d | taeseongkim | // </auto-generated> |
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | 43e1d368 | taeseongkim | namespace ConnectionStringBuild.Properties { |
12 | |||
13 | |||
14 | 53c9637d | taeseongkim | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 | 43e1d368 | taeseongkim | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] |
16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
||
17 | |||
18 | 53c9637d | taeseongkim | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
19 | 43e1d368 | taeseongkim | |
20 | public static Settings Default { |
||
21 | get { |
||
22 | 53c9637d | taeseongkim | return defaultInstance; |
23 | } |
||
24 | } |
||
25 | } |
||
26 | } |