C# 클래스 Zetbox.Client.WPF.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: daszat/zetbox

보호된 메소드들

메소드 설명
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