C# Class RecordRobot.Menus.MenuDelegates.HowToPlayDelegate

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

Méthodes publiques

Méthode Description
HowToPlayDelegate ( ) : System

Initializes a new instance of the HowToPlayDeleage class.

Run ( ) : void

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

Method Details

HowToPlayDelegate() public méthode

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

Run() public méthode

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