C# Class Xpf.Samples.S04BasketballScoreboard.Domain.Team

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: redbadger/XPF Class Usage Examples

Public Methods

Method Description
IncrementScore ( int points ) : void
OnPropertyChanged ( string propertyName ) : void
Team ( string name ) : System

Method Details

IncrementScore() public method

public IncrementScore ( int points ) : void
points int
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Team() public method

public Team ( string name ) : System
name string
return System