C# Class TrianglesInSpace.Wpf.MainFormModel

Inheritance: INotifyPropertyChanged, IMainFormModel
显示文件 Open project: anthony-martin/Triangles-in-space

Public Methods

Method Description
MainFormModel ( IBus bus, IPlayerId id, IFieldDisplay field ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
OnAddVessel ( ) : void
OnAttackMode ( ) : void
SetPlayerOne ( ) : void
SetPlayerTwo ( ) : void

Method Details

MainFormModel() public method

public MainFormModel ( IBus bus, IPlayerId id, IFieldDisplay field ) : System
bus IBus
id IPlayerId
field IFieldDisplay
return System

OnPropertyChanged() protected method

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