Метод | Описание | |
---|---|---|
AddMessage ( string playerName, string message, bool isActive ) : void | ||
AddSpaces ( ) : void | ||
ChangeResources ( ) : void | ||
ClearMessages ( ) : void | ||
PassedAnnouncesForm ( Form mainForm ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
AdjustPosition ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnMainFormMove ( object sender, System e ) : void |
public AddMessage ( string playerName, string message, bool isActive ) : void | ||
playerName | string | |
message | string | |
isActive | bool | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public PassedAnnouncesForm ( Form mainForm ) : System | ||
mainForm | Form | |
Результат | System |