C# Class MegaMan.Engine.Forms.DeleteConfigs

Inheritance: System.Windows.Forms.Form
Show file Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
DeleteConfigs ( ) : System
PrepareFormAndShowIfNeeded ( UserSettings currentUserSettingObject, string settingsPath, string fileName ) : void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

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

Private Methods

Method 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 method

public DeleteConfigs ( ) : System
return System

OnClosing() protected method

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

PrepareFormAndShowIfNeeded() public method

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