update 20250501
This commit is contained in:
24
Client/Properties/Settings.Designer.cs
generated
24
Client/Properties/Settings.Designer.cs
generated
@@ -180,18 +180,6 @@ namespace OnDoc.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
||||
public string OfficeWatchTimerIntervall {
|
||||
get {
|
||||
return ((string)(this["OfficeWatchTimerIntervall"]));
|
||||
}
|
||||
set {
|
||||
this["OfficeWatchTimerIntervall"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\OnDoc\\TKB-Vorlagen\\")]
|
||||
@@ -203,5 +191,17 @@ namespace OnDoc.Properties {
|
||||
this["NativVorlagen"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("20000")]
|
||||
public string OfficeWatchTimerIntervall {
|
||||
get {
|
||||
return ((string)(this["OfficeWatchTimerIntervall"]));
|
||||
}
|
||||
set {
|
||||
this["OfficeWatchTimerIntervall"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user