C# Class MegaMan.Engine.Forms.DeleteConfigs

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
DeleteConfigs ( ) : System
PrepareFormAndShowIfNeeded ( UserSettings currentUserSettingObject, string settingsPath, string fileName ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Form isn't closed, we just hide it and show it.

Private Methods

Méthode Description
btnClose_Click ( object sender, EventArgs e ) : void
btnDeleteAll_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
lockForm ( ) : void

When there are no more elements in combo box, lock form.

Method Details

DeleteConfigs() public méthode

public DeleteConfigs ( ) : System
Résultat System

OnClosing() protected méthode

Form isn't closed, we just hide it and show it.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

PrepareFormAndShowIfNeeded() public méthode

public PrepareFormAndShowIfNeeded ( UserSettings currentUserSettingObject, string settingsPath, string fileName ) : void
currentUserSettingObject MegaMan.Engine.Forms.Settings.UserSettings
settingsPath string
fileName string
Résultat void