C# Class MoveToDesktop.MainViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Eun/MoveToDesktop Class Usage Examples

Méthodes publiques

Méthode Description
InstallTask ( ) : void
MainViewModel ( ) : System
RemoveTask ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode 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 méthode

public static InstallTask ( ) : void
Résultat void

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

RemoveTask() public static méthode

public static RemoveTask ( ) : void
Résultat void