C# Class Zetbox.Client.WPF.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: daszat/zetbox

Méthodes protégées

Méthode Description
ConfigureContainerBuilder ( ZetboxConfig config, ContainerBuilder builder ) : void
FixupDatabase ( Func ctxFactory ) : void

Calls currently needed Database fixes

GetConfigFileName ( ) : string
InitializeSplashScreenImageResource ( ) : void
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
App ( ) : System

See http://dasz.at/index.php/2007/12/wpf-datetime-format/

Application_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
FocusFixLoaded ( object sender, RoutedEventArgs e ) : void
Freeze ( System.Windows.ResourceDictionary dict ) : System.Windows.ResourceDictionary
HandleCommandline ( string args, string &configFilePath ) : string[]
InitCulture ( ZetboxConfig config ) : void
InitializeClient ( string args, ZetboxConfig config ) : void
LoadStyles ( System.Windows.ResourceDictionary targetResources ) : void
ReportExceptionAndExit ( string caption, string message ) : void
ShowExceptionReporter ( Exception ex ) : void

Method Details

ConfigureContainerBuilder() protected méthode

protected ConfigureContainerBuilder ( ZetboxConfig config, ContainerBuilder builder ) : void
config Zetbox.API.Configuration.ZetboxConfig
builder Autofac.ContainerBuilder
Résultat void

FixupDatabase() protected méthode

Calls currently needed Database fixes
protected FixupDatabase ( Func ctxFactory ) : void
ctxFactory Func
Résultat void

GetConfigFileName() protected méthode

protected GetConfigFileName ( ) : string
Résultat string

InitializeSplashScreenImageResource() protected méthode

protected InitializeSplashScreenImageResource ( ) : void
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