C# Class MegaMan.Engine.Forms.LoadConfig

Exibir arquivo Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
LoadConfig ( ) : System
showFormIfNeeded ( string currentGameName, UserSettings currentUserSettingObject, bool useDefaultConfig ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

RaiseApply ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnSelect_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

LoadConfig() public method

public LoadConfig ( ) : 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

showFormIfNeeded() public method

public showFormIfNeeded ( string currentGameName, UserSettings currentUserSettingObject, bool useDefaultConfig ) : void
currentGameName string
currentUserSettingObject UserSettings
useDefaultConfig bool
return void