Beispiel #1
0
 private void LoadSettings()
 {
     HotKeyShowWindowEnabled = SettingsManager.Current.HotKey_ShowWindowEnabled;
     HotKeyShowWindow        = new HotKey(HotKeys.FormsKeysToWpfKey(SettingsManager.Current.HotKey_ShowWindowKey), HotKeys.GetModifierKeysFromInt(SettingsManager.Current.HotKey_ShowWindowModifier));
 }