aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-05 13:11:10 +0200
committerJayXKanz666 <[email protected]>2017-07-05 13:11:10 +0200
commit99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07 (patch)
tree6217624d9af87a0cfffb8936b765b4198a2a9dee /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs
parentab047215ad587931377981e4b148073e3f6be102 (diff)
parent6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (diff)
downloadhistacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.tar.gz
histacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.tar.bz2
histacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.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();
+ }
+ }
+}