mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Implemented project manager
This commit is contained in:
11
RainmeterStudio/Properties/Settings.Designer.cs
generated
11
RainmeterStudio/Properties/Settings.Designer.cs
generated
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user