diff options
| author | AShifter <[email protected]> | 2017-06-10 10:34:33 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-10 10:34:33 -0600 |
| commit | d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b (patch) | |
| tree | cbde1b013ec6ceb03178575ae8fa29143eee8ba4 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs | |
| parent | 6fe33a8837e18a65c063bc38f447a7c4fc60e540 (diff) | |
| download | histacom2-d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b.tar.gz histacom2-d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b.tar.bz2 histacom2-d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b.zip | |
fixes all the things!
compile plz appveyor
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs deleted file mode 100644 index cb7a350..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.OS.Win95.Win95Apps -{ - public partial class WinClassicOE4 : UserControl - { - public WinClassicOE4() - { - InitializeComponent(); - } - } -} |
