From 37971bb66dcfd9ff945e12b79681ee6ad1d6c9c0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 10 Aug 2014 22:47:44 +0100 Subject: [PATCH] added displaying window code, sort of self-reflective though, and therefore hacky. May need to be changed! --- Saviour Backup System/notificationIcon.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Saviour Backup System/notificationIcon.cs b/Saviour Backup System/notificationIcon.cs index 44cfa5d..1ec1e18 100644 --- a/Saviour Backup System/notificationIcon.cs +++ b/Saviour Backup System/notificationIcon.cs @@ -27,6 +27,7 @@ namespace Saviour_Backup_System private static void displayWindow(object sender, EventArgs e) { + setup.MW.Show(); } } }