Added start on windows startup feature IO-404
This commit is contained in:
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
12
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -128,5 +128,17 @@ namespace BodyshopPartner.Properties {
|
||||
this["RefreshToken"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool StartWithWindows {
|
||||
get {
|
||||
return ((bool)(this["StartWithWindows"]));
|
||||
}
|
||||
set {
|
||||
this["StartWithWindows"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user