aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/WinClassicForms/wmTemplate.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-31 09:04:48 -0600
committerAShifter <[email protected]>2017-03-31 09:04:48 -0600
commite2213726e627553783571fa631dd032f773f8794 (patch)
tree7def6b17d0b06b15790d9d8e19f0684548b79ef0 /TimeHACK.Main/WinClassicForms/wmTemplate.cs
parent055259a4373c95c5fb5557ba3b53b8df8e1faf98 (diff)
downloadhistacom2-e2213726e627553783571fa631dd032f773f8794.tar.gz
histacom2-e2213726e627553783571fa631dd032f773f8794.tar.bz2
histacom2-e2213726e627553783571fa631dd032f773f8794.zip
Fix stuff
don't give me any conflicts k thx
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/wmTemplate.cs')
-rw-r--r--TimeHACK.Main/WinClassicForms/wmTemplate.cs28
1 files changed, 0 insertions, 28 deletions
diff --git a/TimeHACK.Main/WinClassicForms/wmTemplate.cs b/TimeHACK.Main/WinClassicForms/wmTemplate.cs
deleted file mode 100644
index a4913c5..0000000
--- a/TimeHACK.Main/WinClassicForms/wmTemplate.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using TimeHACK.Engine;
-
-namespace TimeHACK.WinClassicForms
-{
- public partial class wmTemplate : Form
- {
- public wmTemplate()
- {
- InitializeComponent();
- }
-
- private void wmTemplate_Load(object sender, EventArgs e)
- {
- WindowManager wm = new WindowManager();
- TestApp ta = new TestApp();
- wm.startWinClassic(ta, "idk", null);
- }
- }
-}