C# Class StarryEyes.ViewModels.MainWindowViewModel

Inheritance: Livet.ViewModel
Exibir arquivo Open project: karno/StarryEyes

Public Methods

Method Description
ExecuteGC ( ) : void
MainWindowViewModel ( ) : System
OnClosing ( ) : bool
ShowSetting ( ) : void
ToggleMute ( ) : void
ToggleShowBackstage ( ) : void

Private Methods

Method Description
Initialize ( ) : void
PostInitialize ( ) : void
ReInitTabs ( ) : void
SetFocus ( FocusRequest req ) : void
TransitionBackstage ( bool show ) : void
UpdateStatistics ( ) : void

Method Details

ExecuteGC() public method

public ExecuteGC ( ) : void
return void

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System

OnClosing() public method

public OnClosing ( ) : bool
return bool

ShowSetting() public method

public ShowSetting ( ) : void
return void

ToggleMute() public method

public ToggleMute ( ) : void
return void

ToggleShowBackstage() public method

public ToggleShowBackstage ( ) : void
return void