C# Class RecordRobot.Menus.MenuDelegates.DifficultyDelegate

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

Public Methods

Method Description
DifficultyDelegate ( ) : System

Initializes a new instance of the DifficultyDeleage class.

Run ( ) : void

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

Method Details

DifficultyDelegate() public method

Initializes a new instance of the DifficultyDeleage class.
public DifficultyDelegate ( ) : System
return System

Run() public method

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