diff options
| author | lempamo <[email protected]> | 2017-10-01 20:18:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-01 20:18:03 -0400 |
| commit | fcc9810a8e5ba613c43c185f7a8b32292d22191b (patch) | |
| tree | 5cdd09da8da8e9feb0dac7f396eadabda8dc0180 /Histacom2/GlobalPrograms | |
| parent | 2ad35b2bdc3968f1cca98164d78ec264f3af43b3 (diff) | |
| download | histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.tar.gz histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.tar.bz2 histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.zip | |
webchat 1999 is created
Diffstat (limited to 'Histacom2/GlobalPrograms')
| -rw-r--r-- | Histacom2/GlobalPrograms/WinClassicInstaller.cs | 12 |
1 files changed, 1 insertions, 11 deletions
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(); } } } |
