update3 20260610
This commit is contained in:
Generated
+13
-1
@@ -194,7 +194,7 @@ namespace OnDoc.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("60000")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
||||
public string OfficeWatchTimerIntervall {
|
||||
get {
|
||||
return ((string)(this["OfficeWatchTimerIntervall"]));
|
||||
@@ -228,5 +228,17 @@ namespace OnDoc.Properties {
|
||||
this["GASSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:")]
|
||||
public string Lokaldrive {
|
||||
get {
|
||||
return ((string)(this["Lokaldrive"]));
|
||||
}
|
||||
set {
|
||||
this["Lokaldrive"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user