C# Class Project290.Menus.MenuDelegates.ShowCreditsDelegate

Used for popping up the credits screen.
Inheritance: IMenuDelegate
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
Run ( ) : void

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

ShowCreditsDelegate ( ) : System

Initializes a new instance of the ShowCreditsDelegate 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

ShowCreditsDelegate() public méthode

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