Refactor GQL code. Auto load and save active shops. Auto start monitors.
This commit is contained in:
24
BodyshopUploader/Properties/Settings.Designer.cs
generated
24
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -68,5 +68,29 @@ namespace BodyshopUploader.Properties {
|
||||
this["AutoStartMonitors"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string LastSelectedShop {
|
||||
get {
|
||||
return ((string)(this["LastSelectedShop"]));
|
||||
}
|
||||
set {
|
||||
this["LastSelectedShop"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool AutoStartMonitor {
|
||||
get {
|
||||
return ((bool)(this["AutoStartMonitor"]));
|
||||
}
|
||||
set {
|
||||
this["AutoStartMonitor"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user