backup switch, adjustment codeintegration
This commit is contained in:
12
CobXmlSupport/Properties/Settings.Designer.cs
generated
12
CobXmlSupport/Properties/Settings.Designer.cs
generated
@ -229,5 +229,17 @@ namespace CobXmlSupport.Properties {
|
||||
this["ShowTestbtns"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool BackupOwnCode {
|
||||
get {
|
||||
return ((bool)(this["BackupOwnCode"]));
|
||||
}
|
||||
set {
|
||||
this["BackupOwnCode"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user