Added vehicle changes & updates.

This commit is contained in:
Patrick Fic
2020-01-17 20:08:21 -08:00
parent 6a92d21942
commit 73a2cb4fcb
5 changed files with 97 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ namespace BodyshopUploader.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -56,5 +56,17 @@ namespace BodyshopUploader.Properties {
this["MonitoringPaths"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoStartMonitors {
get {
return ((bool)(this["AutoStartMonitors"]));
}
set {
this["AutoStartMonitors"] = value;
}
}
}
}