C# Class GreenQloud.Core.Program

Afficher le fichier Open project: greenqloud/qloudsync

Méthodes publiques

Свойство Type Description
Controller ApplicationController
UI ApplicationUI

Méthodes publiques

Méthode Description
GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
PriorProcess ( ) : Process

Private Methods

Méthode Description
Run ( ApplicationController controller, ApplicationUI ui ) : void

Method Details

GeneralUnhandledExceptionHandler() public static méthode

public static GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
sender object
args System.UnhandledExceptionEventArgs
Résultat void

PriorProcess() public static méthode

public static PriorProcess ( ) : Process
Résultat System.Diagnostics.Process

Property Details

Controller public_oe static_oe property

public static ApplicationController Controller
Résultat ApplicationController

UI public_oe static_oe property

public static ApplicationUI UI
Résultat ApplicationUI