diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-05 21:29:37 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-05 21:29:37 +0100 |
| commit | 35f7ca92da983723ccdb2aeadc9917ea1370a19b (patch) | |
| tree | a7be87335f709954ce3b7b1525f9a80931d8e05c /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs | |
| parent | e78e3c864d9e61b460a5c42d92651d78ed22a78e (diff) | |
| parent | 525f7fce5a4c96fafba64271b8163a934b208992 (diff) | |
| download | histacom2-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.cs | 20 |
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(); + } + } +} |
