C# Class TennisKata.TennisScorerViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: Betclic/CodingDojo-Katas Class Usage Examples

Public Methods

Method Description
RecieverWonPoint ( ) : void
ServerWonPoint ( ) : void
TennisScorerViewModel ( ITennisScorer tennisScorer ) : System.ComponentModel

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

RecieverWonPoint() public method

public RecieverWonPoint ( ) : void
return void

ServerWonPoint() public method

public ServerWonPoint ( ) : void
return void

TennisScorerViewModel() public method

public TennisScorerViewModel ( ITennisScorer tennisScorer ) : System.ComponentModel
tennisScorer ITennisScorer
return System.ComponentModel