From 9107510c4985ceb781640163bbb82ab6de2fa35e Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 24 Sep 2017 12:32:50 -0600 Subject: Add proper WM and Remove old source Added a proper, working WM. I also got rid of the old source as we could just make a new repo for that. --- ShiftOS/ApplicationEvents.vb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ShiftOS/ApplicationEvents.vb (limited to 'ShiftOS/ApplicationEvents.vb') diff --git a/ShiftOS/ApplicationEvents.vb b/ShiftOS/ApplicationEvents.vb deleted file mode 100644 index 973056e..0000000 --- a/ShiftOS/ApplicationEvents.vb +++ /dev/null @@ -1,20 +0,0 @@ -Imports System.IO - -Namespace My - ' The following events are available 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 - - Protected Overrides Function OnStartup(ByVal eventArgs As Microsoft.VisualBasic.ApplicationServices.StartupEventArgs) As Boolean - Return True - End Function - End Class - - -End Namespace - -- cgit v1.2.3