C# Class WoopsaAds.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Datei anzeigen Open project: woopsa-protocol/Woopsa

Public Properties

Property Type Description
appLock object
controller WoopsaAdsController
isExiting bool

Public Methods

Method Description
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

OnDispatcherUnhandledException() public method

public OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
return void

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

appLock public_oe static_oe property

public static object appLock
return object

controller public_oe property

public WoopsaAdsController,WoopsaAds controller
return WoopsaAdsController

isExiting public_oe static_oe property

public static bool isExiting
return bool