aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
diff options
context:
space:
mode:
authorlempamo <lempamo@users.noreply.github.com>2017-10-23 21:14:20 -0500
committerGitHub <noreply@github.com>2017-10-23 21:14:20 -0500
commitaff052b475abc5d4035369a85fa471f62cad021b (patch)
tree70ccdd91154536e8f50828569f9faa3d61c70748 /Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
parent680e4930a893fc144a169d267878eb9407dd656f (diff)
parentf6da3b0cfd6c63c5d1d07df8b7e41f499de645fa (diff)
downloadhistacom2-aff052b475abc5d4035369a85fa471f62cad021b.tar.gz
histacom2-aff052b475abc5d4035369a85fa471f62cad021b.tar.bz2
histacom2-aff052b475abc5d4035369a85fa471f62cad021b.zip
Merge pull request #167 from jtsshieh/master
Added Welcome Screen and fixed another theme bug
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
deleted file mode 100644
index 6ec79a4..0000000
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicWelcome.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-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.Win95.Win95Apps
-{
- public partial class WinClassicWelcome : UserControl
- {
- public WinClassicWelcome()
- {
- InitializeComponent();
- }
-
- private void btnClose_Click(object sender, EventArgs e)
- {
- ParentForm.Close();
- }
- }
-}