diff options
| author | lempamo <[email protected]> | 2017-03-31 14:36:15 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 14:36:15 -0400 |
| commit | 19ea483b2ba7974ffcfbe06b73c160a5ca418f45 (patch) | |
| tree | fa9b07821f8bb61e456071ca8f3a35696dda57eb /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | 4c50ceab1c15545c0c643e2e82650a86b4c1f27b (diff) | |
| download | histacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.tar.gz histacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.tar.bz2 histacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.zip | |
starting work on the actual webchat98 app
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 20 |
1 files changed, 20 insertions, 0 deletions
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(); + } + } +} |
