checkerapi.blogg.se

Mac program designs for single instance
Mac program designs for single instance







' StartupNextInstance: Raised when launching a single-instance application and the application is already active. ' UnhandledException: Raised if the application encounters an unhandled exception. This event is not raised if the application terminates abnormally.

mac program designs for single instance

' Shutdown: Raised after all application forms are closed.

Mac program designs for single instance code#

Code Snippet Namespace My ' The following events are available for MyApplication: ' ' Startup: Raised when the application starts, before the startup form is created.







Mac program designs for single instance