backup switch, adjustment codeintegration

This commit is contained in:
2015-01-15 12:11:08 +01:00
parent bc880ed2ed
commit ac8375e78c
9 changed files with 108 additions and 14 deletions

View File

@ -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;
}
}
}
}

View File

@ -56,5 +56,8 @@
<Setting Name="ShowTestbtns" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="BackupOwnCode" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>