diff options
| author | lempamo <[email protected]> | 2017-06-10 19:44:10 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-06-10 19:44:10 -0400 |
| commit | 600f04badd2a2194400a0d707a2fc86c15435265 (patch) | |
| tree | c830e5e00966fb3345d1e3fe511b559c2ab871d2 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs | |
| parent | 46cca8051d340398bcab1f18d76d1650a746a5b3 (diff) | |
| parent | 54b6d63c61fd5e687a26dd63d353713053e0c9d2 (diff) | |
| download | histacom2-600f04badd2a2194400a0d707a2fc86c15435265.tar.gz histacom2-600f04badd2a2194400a0d707a2fc86c15435265.tar.bz2 histacom2-600f04badd2a2194400a0d707a2fc86c15435265.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs index 24cb7dd..d25b409 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs @@ -10,6 +10,8 @@ using System.Windows.Forms; using System.Media; using System.IO; using System.Threading; +using System.Reflection; +using System.Linq.Expressions; namespace TimeHACK.OS.Win95.Win95Apps { |
