aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-31 16:38:38 -0600
committerGitHub <[email protected]>2017-03-31 16:38:38 -0600
commit5b29f2242e144a791afd775766e6d540f19c0ba4 (patch)
tree1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.cs
parent9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4 (diff)
parent586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff)
downloadhistacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.gz
histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.bz2
histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.zip
Merge pull request #21 from lempamo/master
fixed namespace
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 bed5f21..9df4811 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.Main;
+using TimeHACK.OS.Win95;
namespace TimeHACK.WinClassicForms
{