C# 클래스 Demo.Framework.DemoApplication

상속: IDisposable
파일 보기 프로젝트 열기: fealty/Frost 1 사용 예제들

공개 메소드들

메소드 설명
DemoApplication ( ) : System
Dispose ( ) : void
Execute ( IDemoContext context ) : void

비공개 메소드들

메소드 설명
DumpToPNGFiles ( IEnumerable surfaces ) : void
HandleClientSizeChanged ( object sender, EventArgs e ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleKeyPress ( object sender, KeyPressEventArgs e ) : void
Run ( IDemoContext context ) : void

메소드 상세

DemoApplication() 공개 메소드

public DemoApplication ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( IDemoContext context ) : void
context IDemoContext
리턴 void