C# Class TrianglesInSpace.Wpf.MainFormModel

Inheritance: INotifyPropertyChanged, IMainFormModel
Afficher le fichier Open project: anthony-martin/Triangles-in-space

Méthodes publiques

Méthode Description
MainFormModel ( IBus bus, IPlayerId id, IFieldDisplay field ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
OnAddVessel ( ) : void
OnAttackMode ( ) : void
SetPlayerOne ( ) : void
SetPlayerTwo ( ) : void

Method Details

MainFormModel() public méthode

public MainFormModel ( IBus bus, IPlayerId id, IFieldDisplay field ) : System
bus IBus
id IPlayerId
field IFieldDisplay
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void