aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs
diff options
context:
space:
mode:
authorMichael Webb <[email protected]>2019-04-08 19:12:48 -0500
committerGitHub <[email protected]>2019-04-08 19:12:48 -0500
commit84ef46952f11ed3c17e16297264ab84ac4fbbc1b (patch)
tree6c1443e8e9d4cb28f8e4599e79cdc52641ff4cd7 /Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs
parent9d3fa715e583b668f2ffd3754886b343c5440032 (diff)
parent86fc6b56d9285975d915646bb3f01b5c4c131caa (diff)
downloadhistacom2-net-core.tar.gz
histacom2-net-core.tar.bz2
histacom2-net-core.zip
Merge pull request #7 from reflectronic/netcorenet-core
Port to .NET Core
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs
index a15b1e1..0b075e0 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs
@@ -7,7 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
-using TimeHACK.OS.Win95;
+using Histacom2.OS.Win95;
+using Histacom2;
namespace TimeHACK.WinClassicForms
{