C# Class SharpBelot.PassedAnnouncesForm

Show file Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
AddMessage ( string playerName, string message, bool isActive ) : void
AddSpaces ( ) : void
ChangeResources ( ) : void
ClearMessages ( ) : void
PassedAnnouncesForm ( Form mainForm ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

AddMessage() public method

public AddMessage ( string playerName, string message, bool isActive ) : void
playerName string
message string
isActive bool
return void

AddSpaces() public method

public AddSpaces ( ) : void
return void

ChangeResources() public method

public ChangeResources ( ) : void
return void

ClearMessages() public method

public ClearMessages ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PassedAnnouncesForm() public method

public PassedAnnouncesForm ( Form mainForm ) : System
mainForm Form
return System