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

A delegate used for returning to the main menu.
Наследование: IMenuDelegate
Показать файл Открыть проект

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

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

Initializes a new instance of the MainMenuDeleage class.

Run ( ) : void

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

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

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

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

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

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