Method | Description | |
---|---|---|
SelectCulture ( String culture ) : void |
Sets the UI language
|
|
SelectCulture ( String culture, String filename ) : void |
Sets the UI language
|
Method | Description | |
---|---|---|
OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void |
On finishing session
|
|
OnStartup ( System.Windows.StartupEventArgs e ) : void |
On app start
|
Method | Description | |
---|---|---|
Application_ThreadException ( Object sender, |
Handle all exceptions from current thread
|
|
CreateInitialTab ( MainWindow win, IListItemEx sho ) : void |
Creates initial tab
|
|
CurrentDomain_UnhandledException ( Object sender, |
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, |
Rise on change of Main Window state
|
protected OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void | ||
e | System.Windows.SessionEndingCancelEventArgs | SessionEndingCancel EventArgs |
return | void |
protected OnStartup ( System.Windows.StartupEventArgs e ) : void | ||
e | System.Windows.StartupEventArgs | Startup EventArgs |
return | void |
public SelectCulture ( String culture ) : void | ||
culture | String | Language code (ex. "en-EN") |
return | void |
public SelectCulture ( String culture, String filename ) : void | ||
culture | String | Language code (ex. "en-EN") |
filename | String | The file to load the resources from |
return | void |