C# Class RocksmithToolkitGUI.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit

Méthodes publiques

Méthode Description
MainForm ( string args ) : System
ReloadControls ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadTemplate ( string path ) : void

Private Methods

Méthode Description
CheckForUpdate ( object sender, DoWorkEventArgs e ) : void
EnableUpdate ( object sender, RunWorkerCompletedEventArgs e ) : void
InitMainForm ( ) : void
InitializeComponent ( ) : void

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

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainForm_KeyDown ( object sender, KeyEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Shown ( object sender, EventArgs e ) : void
ShowConfigScreen ( ) : void
ShowHelpForm ( ) : void
aboutToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
configurationToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
helpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
restartToolStripMenuItem_Click ( object sender, EventArgs e ) : void
updateButton_Click ( object sender, EventArgs e ) : void

Method Details

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

LoadTemplate() protected méthode

protected LoadTemplate ( string path ) : void
path string
Résultat void

MainForm() public méthode

public MainForm ( string args ) : System
args string
Résultat System

ReloadControls() public méthode

public ReloadControls ( ) : void
Résultat void