C# Класс Zetbox.Client.WPF.App

Interaction logic for App.xaml
Наследование: System.Windows.Application
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

ConfigureContainerBuilder() защищенный Метод

protected ConfigureContainerBuilder ( ZetboxConfig config, ContainerBuilder builder ) : void
config Zetbox.API.Configuration.ZetboxConfig
builder Autofac.ContainerBuilder
Результат void

FixupDatabase() защищенный Метод

Calls currently needed Database fixes
protected FixupDatabase ( Func ctxFactory ) : void
ctxFactory Func
Результат void

GetConfigFileName() защищенный Метод

protected GetConfigFileName ( ) : string
Результат string

InitializeSplashScreenImageResource() защищенный Метод

protected InitializeSplashScreenImageResource ( ) : void
Результат void

OnExit() защищенный Метод

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Результат void

OnStartup() защищенный Метод

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Результат void