업무일지 메일 발송 로직에서. 휴일 체크 루틴 버그 수정
This commit is contained in:
24
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
24
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
@@ -45,30 +45,6 @@ namespace FPJ0000.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("10.131")]
|
||||
public string ServerIP {
|
||||
get {
|
||||
return ((string)(this["ServerIP"]));
|
||||
}
|
||||
set {
|
||||
this["ServerIP"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("\\\\10.131.32.33\\Data")]
|
||||
public string SharePath {
|
||||
get {
|
||||
return ((string)(this["SharePath"]));
|
||||
}
|
||||
set {
|
||||
this["SharePath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
||||
|
||||
Reference in New Issue
Block a user