diff options
| author | lempamo <[email protected]> | 2017-03-31 10:34:59 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 10:34:59 -0400 |
| commit | 055259a4373c95c5fb5557ba3b53b8df8e1faf98 (patch) | |
| tree | 99063c660b05408eacee63b3a2ace0e53cb8ed71 /TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs | |
| parent | 5773e8ac9aeac2d395a700eac26d86db90c60c13 (diff) | |
| download | histacom2-055259a4373c95c5fb5557ba3b53b8df8e1faf98.tar.gz histacom2-055259a4373c95c5fb5557ba3b53b8df8e1faf98.tar.bz2 histacom2-055259a4373c95c5fb5557ba3b53b8df8e1faf98.zip | |
reorganized
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs b/TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs new file mode 100644 index 0000000..0c2e6a8 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/TestApp.cs @@ -0,0 +1,13 @@ +using System.Windows.Forms; + +namespace TimeHACK.WinClassicForms +{ + public partial class TestApp : UserControl + { + public TestApp() + { + InitializeComponent(); + } + } +} + |
