C# Class GW2PAO.ViewModels.HotkeySettingsViewModel

Inheritance: BindableBase, ISettingsViewModel
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Private Properties

Свойство Type Description
HotkeySettingsViewModel System

Méthodes publiques

Méthode Description
InitializeHotkeys ( ) : void

Initializes all hotkeys

SaveHotkeys ( ) : void

Saves all hotkeys in the user settings

Private Methods

Méthode Description
HotkeySettingsViewModel ( IHotkeyManager globalHotkeyManager ) : System

Method Details

InitializeHotkeys() public méthode

Initializes all hotkeys
public InitializeHotkeys ( ) : void
Résultat void

SaveHotkeys() public méthode

Saves all hotkeys in the user settings
public SaveHotkeys ( ) : void
Résultat void