C# Class WoopsaAds.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: woopsa-protocol/Woopsa

Méthodes publiques

Свойство Type Description
appLock object
controller WoopsaAdsController
isExiting bool

Méthodes publiques

Méthode Description
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

OnDispatcherUnhandledException() public méthode

public OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
Résultat void

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

Property Details

appLock public_oe static_oe property

public static object appLock
Résultat object

controller public_oe property

public WoopsaAdsController,WoopsaAds controller
Résultat WoopsaAdsController

isExiting public_oe static_oe property

public static bool isExiting
Résultat bool