C# Class RedisExplorer.Controls.PreferencesViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: leegould/RedisExplorer

Public Methods

Method Description
ApplyButton ( ) : void
CancelButton ( ) : void
PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
SaveButton ( ) : void

Private Methods

Method Description
ChangeTheme ( ) : void
SaveSettings ( ) : void

Method Details

ApplyButton() public method

public ApplyButton ( ) : void
return void

CancelButton() public method

public CancelButton ( ) : void
return void

PreferencesViewModel() public method

public PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
eventAggregator IEventAggregator
return System.Collections.Generic

SaveButton() public method

public SaveButton ( ) : void
return void