개정판 80856edb
빋드 이벤트 효성 추가
Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
207 | 207 |
|
208 | 208 |
[global::System.Configuration.UserScopedSettingAttribute()] |
209 | 209 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
210 |
[global::System.Configuration.DefaultSettingValueAttribute("1")] |
|
211 |
public int cad { |
|
212 |
get { |
|
213 |
return ((int)(this["cad"])); |
|
214 |
} |
|
215 |
set { |
|
216 |
this["cad"] = value; |
|
217 |
} |
|
218 |
} |
|
219 |
|
|
220 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
221 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
222 | 210 |
[global::System.Configuration.DefaultSettingValueAttribute("DAELIM.COM")] |
223 | 211 |
public string HOST_DOMAIN { |
224 | 212 |
get { |
... | ... | |
261 | 249 |
return ((string)(this["obfuscar"])); |
262 | 250 |
} |
263 | 251 |
} |
252 |
|
|
253 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
254 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
255 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
256 |
public int cad { |
|
257 |
get { |
|
258 |
return ((int)(this["cad"])); |
|
259 |
} |
|
260 |
set { |
|
261 |
this["cad"] = value; |
|
262 |
} |
|
263 |
} |
|
264 | 264 |
} |
265 | 265 |
} |
내보내기 Unified diff