C# Class afung.MangaWeb3.Client.Application

Class Application
Afficher le fichier Open project: a-fung/MangaWeb3

Méthodes publiques

Méthode Description
Application ( ) : System

Start the application

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

Show fatal error

Méthodes protégées

Méthode Description
LoadFirstModule ( ) : void
StartStage2 ( ) : void

Stage 2 of booting up the application

Method Details

Application() public méthode

Start the application
public Application ( ) : System
Résultat System

LoadFirstModule() protected méthode

protected LoadFirstModule ( ) : void
Résultat void

Refresh() public static méthode

public static Refresh ( ) : void
Résultat void

ShowFatalError() public static méthode

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

StartStage2() protected méthode

Stage 2 of booting up the application
protected StartStage2 ( ) : void
Résultat void