From fcc9810a8e5ba613c43c185f7a8b32292d22191b Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 1 Oct 2017 20:18:03 -0400 Subject: webchat 1999 is created --- Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Histacom2/OS/Win98/Win98Apps/WebChat1999.cs (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.cs') 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(); + } + } +} -- cgit v1.2.3