C# 클래스 GW2PAO.ViewModels.HotkeySettingsViewModel

상속: BindableBase, ISettingsViewModel
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HotkeySettingsViewModel System

공개 메소드들

메소드 설명
InitializeHotkeys ( ) : void

Initializes all hotkeys

SaveHotkeys ( ) : void

Saves all hotkeys in the user settings

비공개 메소드들

메소드 설명
HotkeySettingsViewModel ( IHotkeyManager globalHotkeyManager ) : System

메소드 상세

InitializeHotkeys() 공개 메소드

Initializes all hotkeys
public InitializeHotkeys ( ) : void
리턴 void

SaveHotkeys() 공개 메소드

Saves all hotkeys in the user settings
public SaveHotkeys ( ) : void
리턴 void