C# Class SGDeB.Builder

Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Builder ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode 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

Method Details

Builder() public méthode

public Builder ( ) : System
Résultat System

Dispose() protected méthode

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

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void