개정판 0f065e57
issue #745 markus client log
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.UserScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5978")]
|
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:13009")]
|
|
29 | 29 |
public string BaseClientAddress { |
30 | 30 |
get { |
31 | 31 |
return ((string)(this["BaseClientAddress"])); |
... | ... | |
192 | 192 |
this["SaveInterval"] = value; |
193 | 193 |
} |
194 | 194 |
} |
195 |
|
|
196 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
197 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
198 |
[global::System.Configuration.DefaultSettingValueAttribute("1")] |
|
199 |
public int loglevel { |
|
200 |
get { |
|
201 |
return ((int)(this["loglevel"])); |
|
202 |
} |
|
203 |
set { |
|
204 |
this["loglevel"] = value; |
|
205 |
} |
|
206 |
} |
|
195 | 207 |
} |
196 | 208 |
} |
내보내기 Unified diff