diff options
| author | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
| commit | 6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (patch) | |
| tree | 6217624d9af87a0cfffb8936b765b4198a2a9dee /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.cs | |
| parent | ac75c9cfdb27723b99a3d408fd54518d84cd2853 (diff) | |
| download | histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.gz histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.bz2 histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.zip | |
A few theming things
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(); + } + } +} |
