C# Class UnicornClicker.GameViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: rowanmiller/Demo-EF7 Class Usage Examples

Public Methods

Method Description
HandleClick ( ) : void
StartNewGame ( ) : void

Protected Methods

Method Description
OnGameCompleted ( ) : void
OnPropertyChanged ( string property ) : void

Private Methods

Method Description
HandleTimerTick ( object sender, object e ) : void

Method Details

HandleClick() public method

public HandleClick ( ) : void
return void

OnGameCompleted() protected method

protected OnGameCompleted ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void

StartNewGame() public method

public StartNewGame ( ) : void
return void