C# Class Btl.ViewModels.AboutViewModel

The view model for the about window. It doesn't do anything apart from accept the ok/dismiss command, which sends a message to switch back to the timer view.
Inheritance: ViewModelBase
Show file Open project: barrylapthorn/countdown_timer

Public Methods

Method Description
AboutViewModel ( ) : System.Windows

Private Methods

Method Description
HomePageExecute ( ) : void
OkExecute ( ) : void

Method Details

AboutViewModel() public method

public AboutViewModel ( ) : System.Windows
return System.Windows