개정판 6707a5c7
issue #680 temp file save add
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
102 | 102 |
this["HubAddress"] = value; |
103 | 103 |
} |
104 | 104 |
} |
105 |
|
|
105 |
|
|
106 | 106 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
107 | 107 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
108 | 108 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml")] |
109 |
public string UpdateVer64 |
|
110 |
{ |
|
111 |
get |
|
112 |
{ |
|
109 |
public string UpdateVer64 { |
|
110 |
get { |
|
113 | 111 |
return ((string)(this["UpdateVer64"])); |
114 | 112 |
} |
115 | 113 |
} |
116 |
|
|
114 |
|
|
117 | 115 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
118 | 116 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
119 | 117 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml")] |
120 |
public string UpdateVer86 |
|
121 |
{ |
|
122 |
get |
|
123 |
{ |
|
118 |
public string UpdateVer86 { |
|
119 |
get { |
|
124 | 120 |
return ((string)(this["UpdateVer86"])); |
125 | 121 |
} |
126 | 122 |
} |
123 |
|
|
124 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
125 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
126 |
[global::System.Configuration.DefaultSettingValueAttribute("2")] |
|
127 |
public int InitInterval { |
|
128 |
get { |
|
129 |
return ((int)(this["InitInterval"])); |
|
130 |
} |
|
131 |
set { |
|
132 |
this["InitInterval"] = value; |
|
133 |
} |
|
134 |
} |
|
127 | 135 |
} |
128 | 136 |
} |
내보내기 Unified diff