C# Класс Project290.Menus.MenuDelegates.ShowCreditsDelegate

Used for popping up the credits screen.
Наследование: IMenuDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( ) : void

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

ShowCreditsDelegate ( ) : System

Initializes a new instance of the ShowCreditsDelegate class.

Описание методов

Run() публичный Метод

Runs this instance, performing the action once, and thereafter exiting the method.
public Run ( ) : void
Результат void

ShowCreditsDelegate() публичный Метод

Initializes a new instance of the ShowCreditsDelegate class.
public ShowCreditsDelegate ( ) : System
Результат System