개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
KCOM_API/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", "15.9.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()))); |
... | ... | |
52 | 52 |
|
53 | 53 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
54 | 54 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
55 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
|
|
56 |
public string FinalService {
|
|
55 |
[global::System.Configuration.DefaultSettingValueAttribute("V3")]
|
|
56 |
public string CLIENT_VERSION {
|
|
57 | 57 |
get { |
58 |
return ((string)(this["FinalService"]));
|
|
58 |
return ((string)(this["CLIENT_VERSION"]));
|
|
59 | 59 |
} |
60 | 60 |
} |
61 | 61 |
|
62 | 62 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
63 | 63 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
64 |
[global::System.Configuration.DefaultSettingValueAttribute("V3")]
|
|
65 |
public string CLIENT_VERSION {
|
|
64 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
|
|
65 |
public string FinalService {
|
|
66 | 66 |
get { |
67 |
return ((string)(this["CLIENT_VERSION"]));
|
|
67 |
return ((string)(this["FinalService"]));
|
|
68 | 68 |
} |
69 | 69 |
} |
70 | 70 |
} |
내보내기 Unified diff