diff options
| author | John Tur <[email protected]> | 2019-04-08 18:22:18 -0400 |
|---|---|---|
| committer | John Tur <[email protected]> | 2019-04-08 18:22:18 -0400 |
| commit | 22a2886bed21e86774a8e96f567b1f9acf918a4c (patch) | |
| tree | 22780d7908d1c40e02fa97cc68a78efd874170a0 /Histacom2/Program.cs | |
| parent | 9d3fa715e583b668f2ffd3754886b343c5440032 (diff) | |
| download | histacom2-22a2886bed21e86774a8e96f567b1f9acf918a4c.tar.gz histacom2-22a2886bed21e86774a8e96f567b1f9acf918a4c.tar.bz2 histacom2-22a2886bed21e86774a8e96f567b1f9acf918a4c.zip | |
Port to .NET Core
Diffstat (limited to 'Histacom2/Program.cs')
| -rw-r--r-- | Histacom2/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Histacom2/Program.cs b/Histacom2/Program.cs index e19c770..5dfdd8d 100644 --- a/Histacom2/Program.cs +++ b/Histacom2/Program.cs @@ -14,6 +14,7 @@ using Histacom2.Engine; using Histacom2.Engine.Template; using System.Drawing; using Histacom2.SaveDialogs; +using Histacom2.OS.Win98; namespace Histacom2 { |
