Метод | Описание | |
---|---|---|
AlertAboutArtemisVersionConflict ( string message ) : void | ||
ConnectionFailed ( ) : void | ||
Form1 ( ) : ArtemisComm | ||
GameEnded ( ) : void | ||
GameStarted ( ) : void | ||
GetShipSelection ( ArtemisComm shipList ) : void | ||
PromptShips ( Collection |
||
SetForConnection ( ) : void | ||
SetVisible ( bool standBy, bool chooseShip, bool SelfDestruct, bool simulationEnded, bool connect ) : void | ||
SimulationEnded ( ) : void | ||
UnableToConnect ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
OnConnect ( object sender, |
||
OnSelectShip ( object sender, |
||
OnSelfDestruct ( object sender, |
public AlertAboutArtemisVersionConflict ( string message ) : void | ||
message | string | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public GetShipSelection ( ArtemisComm shipList ) : void | ||
shipList | ArtemisComm | |
Результат | void |
public PromptShips ( Collection |
||
ships | Collection |
|
Результат | void |
public SetVisible ( bool standBy, bool chooseShip, bool SelfDestruct, bool simulationEnded, bool connect ) : void | ||
standBy | bool | |
chooseShip | bool | |
SelfDestruct | bool | |
simulationEnded | bool | |
connect | bool | |
Результат | void |