Method | Description | |
---|---|---|
Concept ( ) : System |
Creates a new Form of type "concept" MainControl is modified and uses TablessControl, meaning the tab titles do not show
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AboutButton_Click ( object sender, EventArgs e ) : void | ||
CloseButton_Click ( object sender, EventArgs e ) : void | ||
ConfigButton_Click ( object sender, EventArgs e ) : void | ||
ConsoleButton_Click ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MinimizeButton_Click ( object sender, EventArgs e ) : void | ||
PlayButton_Click ( object sender, EventArgs e ) : void |
This needs two images - one with "unavailable" and another with "online" Clickable when "online" Opens the server in the browser
|
|
PlayersButton_Click ( object sender, EventArgs e ) : void | ||
ReleaseCapture ( ) : bool | ||
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int | ||
SetFonts ( ) : void | ||
WorldsButton_Click ( object sender, EventArgs e ) : void | ||
panel1_Click ( object sender, MouseEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |