Method | Description | |
---|---|---|
Builder ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( FormClosingEventArgs e ) : void |
Method | Description | |
---|---|---|
AddNewGame ( string file = null ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
viewDeviceTypeClick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | |
return | void |