C# Class GreenQloud.Core.Program

Datei anzeigen Open project: greenqloud/qloudsync

Public Properties

Property Type Description
Controller ApplicationController
UI ApplicationUI

Public Methods

Method Description
GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
PriorProcess ( ) : Process

Private Methods

Method Description
Run ( ApplicationController controller, ApplicationUI ui ) : void

Method Details

GeneralUnhandledExceptionHandler() public static method

public static GeneralUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
sender object
args System.UnhandledExceptionEventArgs
return void

PriorProcess() public static method

public static PriorProcess ( ) : Process
return System.Diagnostics.Process

Property Details

Controller public_oe static_oe property

public static ApplicationController Controller
return ApplicationController

UI public_oe static_oe property

public static ApplicationUI UI
return ApplicationUI