From 040f60129006fac17a137fad14e6ec7ba4a468ab Mon Sep 17 00:00:00 2001 From: Edson Armando <36713890+SistemaRayoXP@users.noreply.github.com> Date: Wed, 26 Dec 2018 22:12:50 -0600 Subject: [PATCH] Delete ApplicationEvents.vb --- ApplicationEvents.vb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ApplicationEvents.vb diff --git a/ApplicationEvents.vb b/ApplicationEvents.vb deleted file mode 100644 index 8d713bd..0000000 --- a/ApplicationEvents.vb +++ /dev/null @@ -1,15 +0,0 @@ -Namespace My - - ' The following events are availble for MyApplication: - ' - ' Startup: Raised when the application starts, before the startup form is created. - ' Shutdown: Raised after all application forms are closed. This event is not raised if the application terminates abnormally. - ' UnhandledException: Raised if the application encounters an unhandled exception. - ' StartupNextInstance: Raised when launching a single-instance application and the application is already active. - ' NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected. - Partial Friend Class MyApplication - - End Class - -End Namespace -