C# Class afung.MangaWeb3.Client.Application

Class Application
Exibir arquivo Open project: a-fung/MangaWeb3

Public Methods

Method Description
Application ( ) : System

Start the application

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

Show fatal error

Protected Methods

Method Description
LoadFirstModule ( ) : void
StartStage2 ( ) : void

Stage 2 of booting up the application

Method Details

Application() public method

Start the application
public Application ( ) : System
return System

LoadFirstModule() protected method

protected LoadFirstModule ( ) : void
return void

Refresh() public static method

public static Refresh ( ) : void
return void

ShowFatalError() public static method

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

StartStage2() protected method

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