C# Класс RecordRobot.Menus.MenuDelegates.HowToPlayDelegate

Наследование: IMenuDelegate
Показать файл Открыть проект

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

Метод Описание
HowToPlayDelegate ( ) : System

Initializes a new instance of the HowToPlayDeleage class.

Run ( ) : void

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

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

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

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

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

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