C# Class MegaMan.Engine.Forms.MenuControllers.ActivateAllMenuController

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

Méthodes publiques

Méthode Description
ActivateAllMenuController ( ToolStripMenuItem menuItem ) : System
LoadSettings ( Setting settings ) : void
SaveSettings ( Setting settings ) : void
Set ( bool value ) : void

Private Methods

Méthode Description
MenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ActivateAllMenuController() public méthode

public ActivateAllMenuController ( ToolStripMenuItem menuItem ) : System
menuItem System.Windows.Forms.ToolStripMenuItem
Résultat System

LoadSettings() public méthode

public LoadSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
Résultat void

SaveSettings() public méthode

public SaveSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
Résultat void

Set() public méthode

public Set ( bool value ) : void
value bool
Résultat void