C# Class RedisExplorer.Controls.PreferencesViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: leegould/RedisExplorer

Méthodes publiques

Méthode Description
ApplyButton ( ) : void
CancelButton ( ) : void
PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
SaveButton ( ) : void

Private Methods

Méthode Description
ChangeTheme ( ) : void
SaveSettings ( ) : void

Method Details

ApplyButton() public méthode

public ApplyButton ( ) : void
Résultat void

CancelButton() public méthode

public CancelButton ( ) : void
Résultat void

PreferencesViewModel() public méthode

public PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
eventAggregator IEventAggregator
Résultat System.Collections.Generic

SaveButton() public méthode

public SaveButton ( ) : void
Résultat void