Méthode | Description | |
---|---|---|
AppEntry ( ) : System |
Initializes a new instance of the AppEntry class.
|
Méthode | Description | |
---|---|---|
OnStartup ( Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e ) : bool |
Invoked when the application starts.
|
|
OnStartupNextInstance ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e ) : void |
Invoked when a subsequent instance of this application starts.
|
Méthode | Description | |
---|---|---|
AppExit ( object sender, System.Windows.ExitEventArgs e ) : void |
Invoked just before the application shuts down, and cannot be canceled.
|
|
Main ( string args ) : void | ||
SetGlobalSettingsFromArguments ( |
Sets global options from parsed command-line arguments.
|
|
ShowNewTimerWindow ( |
Shows a new timer window. The window will run the TimerStart specified in the
|
|
ShowSavedTimerWindows ( |
Shows windows for all saved timers.
|
|
ShowTimerWindowsForArguments ( |
Shows a new timer window or windows for all saved timers, depending on whether the
|
protected OnStartup ( Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e ) : bool | ||
e | Microsoft.VisualBasic.ApplicationServices.StartupEventArgs | Contains the command-line arguments of the application and indicates whether the /// application startup should be canceled. |
Résultat | bool |
protected OnStartupNextInstance ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e ) : void | ||
e | Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs | Contains the command-line arguments of the subsequent application instance and indicates /// whether the first application instance should be brought to the foreground. |
Résultat | void |