C# 클래스 RecordRobot.Menus.MenuDelegates.QuitGameDelegate

A delegate used for exiting the game.
상속: IMenuDelegate
파일 보기 프로젝트 열기: scastle/EECS290_Project1

공개 메소드들

메소드 설명
QuitGameDelegate ( ) : System

Initializes a new instance of the QuitGameDelegate class.

Run ( ) : void

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

메소드 상세

QuitGameDelegate() 공개 메소드

Initializes a new instance of the QuitGameDelegate class.
public QuitGameDelegate ( ) : System
리턴 System

Run() 공개 메소드

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