C# Class RecordRobot.Menus.MenuDelegates.SettingsDelegate

Inheritance: IMenuDelegate
Afficher le fichier Open project: scastle/EECS290_Project1

Méthodes publiques

Méthode Description
Run ( ) : void

Runs this instance, performing the action once, and thereafter exiting the method.

SettingsDelegate ( ) : System

Initializes a new instance of the MainMenuDeleage class.

Method Details

Run() public méthode

Runs this instance, performing the action once, and thereafter exiting the method.
public Run ( ) : void
Résultat void

SettingsDelegate() public méthode

Initializes a new instance of the MainMenuDeleage class.
public SettingsDelegate ( ) : System
Résultat System