Implemented project manager

This commit is contained in:
2014-07-26 13:49:11 +03:00
parent 6eec29a3a7
commit 48972dfb52
18 changed files with 1028 additions and 52 deletions

View File

@ -22,5 +22,16 @@ namespace RainmeterStudio.Properties {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Windows.Input.KeyGestureConverter asdf {
get {
return ((global::System.Windows.Input.KeyGestureConverter)(this["asdf"]));
}
set {
this["asdf"] = value;
}
}
}
}