diff options
| author | lempamo <[email protected]> | 2017-10-01 20:18:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-01 20:18:03 -0400 |
| commit | fcc9810a8e5ba613c43c185f7a8b32292d22191b (patch) | |
| tree | 5cdd09da8da8e9feb0dac7f396eadabda8dc0180 /Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | |
| parent | 2ad35b2bdc3968f1cca98164d78ec264f3af43b3 (diff) | |
| download | histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.tar.gz histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.tar.bz2 histacom2-fcc9810a8e5ba613c43c185f7a8b32292d22191b.zip | |
webchat 1999 is created
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs new file mode 100644 index 0000000..25c4298 --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.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 Histacom2.OS.Win98.Win98Apps +{ + public partial class WebChat1999 : UserControl + { + public WebChat1999() + { + InitializeComponent(); + } + } +} |
