C# Class RecordRobot.Menus.MenuDelegates.SettingsDelegate

Inheritance: IMenuDelegate
ファイルを表示 Open project: scastle/EECS290_Project1

Public Methods

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

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

SettingsDelegate() public method

Initializes a new instance of the MainMenuDeleage class.
public SettingsDelegate ( ) : System
return System