aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-05-01 21:28:35 -0400
committerlempamo <[email protected]>2017-05-01 21:28:35 -0400
commitd44d1750b46002f89e97db8589dd646b682569c9 (patch)
tree4763bd899a253545aa0c41b8f6333a7de429faec /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs
parenta81438ac681f83c6ca13a5000d3944ce8c50db9a (diff)
downloadhistacom2-d44d1750b46002f89e97db8589dd646b682569c9.tar.gz
histacom2-d44d1750b46002f89e97db8589dd646b682569c9.tar.bz2
histacom2-d44d1750b46002f89e97db8589dd646b682569c9.zip
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.cs20
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();
+ }
+ }
+}