aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-31 14:17:32 -0600
committerAShifter <[email protected]>2017-03-31 14:17:32 -0600
commit82557462d1bb0a7fb776692cd0887b00919999d8 (patch)
treed885bb0fb9b2d518058e6e0025dbf29fed0db4bb /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
parente2213726e627553783571fa631dd032f773f8794 (diff)
downloadhistacom2-82557462d1bb0a7fb776692cd0887b00919999d8.tar.gz
histacom2-82557462d1bb0a7fb776692cd0887b00919999d8.tar.bz2
histacom2-82557462d1bb0a7fb776692cd0887b00919999d8.zip
Added Infobox
Added an Infobox into the TimeHACK.Engine and removed extra WindowManager creations in Win95.cs also probably did some other honeyfries
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
index 857c3b8..bed5f21 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
@@ -1,6 +1,6 @@
using System;
using System.Windows.Forms;
-using TimeHACK.Engine;
+using TimeHACK.Main;
namespace TimeHACK.WinClassicForms
{