aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-05 21:29:37 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-05 21:29:37 +0100
commit35f7ca92da983723ccdb2aeadc9917ea1370a19b (patch)
treea7be87335f709954ce3b7b1525f9a80931d8e05c /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs
parente78e3c864d9e61b460a5c42d92651d78ed22a78e (diff)
parent525f7fce5a4c96fafba64271b8163a934b208992 (diff)
downloadhistacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.gz
histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.bz2
histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs
new file mode 100644
index 0000000..5fc072e
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.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 WinClassicThemePanel : UserControl
+ {
+ public WinClassicThemePanel()
+ {
+ InitializeComponent();
+ }
+ }
+}