C# Class ps2ls.Forms.MainForm

Afficher le fichier Open project: psemu/ps2ls Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( ) : void
DeleteInstance ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainForm ( ) : System
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
compareToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
reportIssueToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CreateInstance() public static méthode

public static CreateInstance ( ) : void
Résultat void

DeleteInstance() public static méthode

public static DeleteInstance ( ) : void
Résultat void

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