From fcc9810a8e5ba613c43c185f7a8b32292d22191b Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 1 Oct 2017 20:18:03 -0400 Subject: webchat 1999 is created --- Histacom2/GlobalPrograms/WinClassicInstaller.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Histacom2/GlobalPrograms') diff --git a/Histacom2/GlobalPrograms/WinClassicInstaller.cs b/Histacom2/GlobalPrograms/WinClassicInstaller.cs index 016ad23..f73e547 100644 --- a/Histacom2/GlobalPrograms/WinClassicInstaller.cs +++ b/Histacom2/GlobalPrograms/WinClassicInstaller.cs @@ -1,11 +1,4 @@ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace Histacom2.GlobalPrograms @@ -70,10 +63,7 @@ namespace Histacom2.GlobalPrograms classicButton2.Text = "Finish"; state = 4; } - else - { - ParentForm.Close(); - } + else ParentForm.Close(); } } } -- cgit v1.2.3