C# 클래스 BetterExplorer.App

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

공개 메소드들

메소드 설명
SelectCulture ( String culture ) : void

Sets the UI language

SelectCulture ( String culture, String filename ) : void

Sets the UI language

보호된 메소드들

메소드 설명
OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void

On finishing session

OnStartup ( System.Windows.StartupEventArgs e ) : void

On app start

비공개 메소드들

메소드 설명
Application_ThreadException ( Object sender, ThreadExceptionEventArgs e ) : void

Handle all exceptions from current thread

CreateInitialTab ( MainWindow win, IListItemEx sho ) : void

Creates initial tab

CurrentDomain_UnhandledException ( Object sender, UnhandledExceptionEventArgs e ) : void

Handle all exceptions from current domain

Current_DispatcherUnhandledException ( Object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Handle all exceptions from current dispatcher

Newt_PreviewMouseMove ( Object sender, MouseEventArgs e ) : void

On mouse move over the tab

SingleInstanceCallback ( Object sender, SingleInstanceApplication.InstanceCallbackEventArgs args ) : void

Single instance callback handler.

Win_StateChanged ( Object sender, EventArgs e ) : void

Rise on change of Main Window state

메소드 상세

OnSessionEnding() 보호된 메소드

On finishing session
protected OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void
e System.Windows.SessionEndingCancelEventArgs SessionEndingCancel EventArgs
리턴 void

OnStartup() 보호된 메소드

On app start
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs Startup EventArgs
리턴 void

SelectCulture() 공개 메소드

Sets the UI language
public SelectCulture ( String culture ) : void
culture String Language code (ex. "en-EN")
리턴 void

SelectCulture() 공개 메소드

Sets the UI language
public SelectCulture ( String culture, String filename ) : void
culture String Language code (ex. "en-EN")
filename String The file to load the resources from
리턴 void