From d7ccddd0ec430fe65aafb5b37b7e43d46ae0708e Mon Sep 17 00:00:00 2001 From: fyr77 Date: Tue, 14 Jul 2020 17:32:40 +0200 Subject: [PATCH] Update MainWindow.xaml.cs --- EnvyUpdate/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/EnvyUpdate/MainWindow.xaml.cs b/EnvyUpdate/MainWindow.xaml.cs index e338617..1c78927 100644 --- a/EnvyUpdate/MainWindow.xaml.cs +++ b/EnvyUpdate/MainWindow.xaml.cs @@ -22,7 +22,6 @@ namespace EnvyUpdate private readonly string exepath = Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\"; private readonly string startmenu = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu); private readonly string version = "1.4"; - readonly string over = Util.GetNewVer(); public MainWindow() { @@ -39,7 +38,6 @@ namespace EnvyUpdate { Directory.CreateDirectory(appdata); } - MessageBox.Show(over); // Check if application is in Autorun mode and update if (exepath == appdata) {