C# Class Project290.Menus.MenuDelegates.ShowCreditsDelegate

Used for popping up the credits screen.
Inheritance: IMenuDelegate
Mostrar archivo Open project: scastle/Solitude

Public Methods

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

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

ShowCreditsDelegate() public method

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