diff options
| author | AShifter <[email protected]> | 2017-03-31 12:38:15 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 12:38:15 -0600 |
| commit | 6c4ae51afd730cfcb6ddb93486c6f0a4d36ea4c0 (patch) | |
| tree | fa9b07821f8bb61e456071ca8f3a35696dda57eb /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | e2213726e627553783571fa631dd032f773f8794 (diff) | |
| parent | 19ea483b2ba7974ffcfbe06b73c160a5ca418f45 (diff) | |
| download | histacom2-6c4ae51afd730cfcb6ddb93486c6f0a4d36ea4c0.tar.gz histacom2-6c4ae51afd730cfcb6ddb93486c6f0a4d36ea4c0.tar.bz2 histacom2-6c4ae51afd730cfcb6ddb93486c6f0a4d36ea4c0.zip | |
Merge pull request #18 from lempamo/master
webchat things
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(); + } + } +} |
