C# Class MoveToDesktop.MainViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: Eun/MoveToDesktop Class Usage Examples

Public Methods

Method Description
InstallTask ( ) : void
MainViewModel ( ) : System
RemoveTask ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
BuildKey ( string hotkey, int key, int offset ) : string
Exit ( ) : System
ExtractKey ( string key, int offset ) : int
GetKey ( string key ) : KeyItem
GetKey ( string key, int &offset ) : KeyItem
RelayCommand ( o = >{RunHelper ) : System

Method Details

InstallTask() public static method

public static InstallTask ( ) : void
return void

MainViewModel() public method

public MainViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

RemoveTask() public static method

public static RemoveTask ( ) : void
return void