C# Class MegaMan.Engine.Forms.LoadConfig

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
LoadConfig ( ) : System
showFormIfNeeded ( string currentGameName, UserSettings currentUserSettingObject, bool useDefaultConfig ) : void

Méthodes protégées

Méthode 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

Méthode 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 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

LoadConfig() public méthode

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

showFormIfNeeded() public méthode

public showFormIfNeeded ( string currentGameName, UserSettings currentUserSettingObject, bool useDefaultConfig ) : void
currentGameName string
currentUserSettingObject UserSettings
useDefaultConfig bool
Résultat void