From 19ea483b2ba7974ffcfbe06b73c160a5ca418f45 Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 31 Mar 2017 14:36:15 -0400 Subject: starting work on the actual webchat98 app --- TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs new file mode 100644 index 0000000..ce87665 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.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 WebChat1998 : UserControl + { + public WebChat1998() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3