diff options
| author | lempamo <[email protected]> | 2017-05-01 22:28:49 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 22:28:49 -0400 |
| commit | 54ab3c7ef0456736ec0eb2d78e03253ce25fb971 (patch) | |
| tree | ea2b53ca9860412112718edb72980b57bb72626b /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs | |
| parent | 338aebc311325b1f1ddf1cf6853dbf1905fb0759 (diff) | |
| parent | 01d130bf5c3466d5b581cb3a2cf7bdeb4e5ff721 (diff) | |
| download | histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.gz histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.bz2 histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.zip | |
Merge pull request #61 from lempamo/master
added google and outlook express started
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs new file mode 100644 index 0000000..cb7a350 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs @@ -0,0 +1,20 @@ +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(); + } + } +} |
