C# 클래스 afung.MangaWeb3.Client.Application

Class Application
파일 보기 프로젝트 열기: a-fung/MangaWeb3

공개 메소드들

메소드 설명
Application ( ) : System

Start the application

Refresh ( ) : void
ShowFatalError ( string message ) : void

Show fatal error

보호된 메소드들

메소드 설명
LoadFirstModule ( ) : void
StartStage2 ( ) : void

Stage 2 of booting up the application

메소드 상세

Application() 공개 메소드

Start the application
public Application ( ) : System
리턴 System

LoadFirstModule() 보호된 메소드

protected LoadFirstModule ( ) : void
리턴 void

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void

ShowFatalError() 공개 정적인 메소드

Show fatal error
public static ShowFatalError ( string message ) : void
message string the message to be shown
리턴 void

StartStage2() 보호된 메소드

Stage 2 of booting up the application
protected StartStage2 ( ) : void
리턴 void