aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SeizureWarning.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-23 13:38:40 -0400
committerlempamo <[email protected]>2017-08-23 13:38:40 -0400
commit3306d36ecbc024775972e5cf7971b2a7a70671d0 (patch)
tree0a79e67b6723a8c75ffd66c7828bdd0ebb1bf74d /TimeHACK.Main/SeizureWarning.cs
parent99fef5c57360f07259fc86f433bed8a9ab59c48e (diff)
downloadhistacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.gz
histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.bz2
histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.zip
Renaming the game!
Diffstat (limited to 'TimeHACK.Main/SeizureWarning.cs')
-rw-r--r--TimeHACK.Main/SeizureWarning.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/TimeHACK.Main/SeizureWarning.cs b/TimeHACK.Main/SeizureWarning.cs
deleted file mode 100644
index ea14576..0000000
--- a/TimeHACK.Main/SeizureWarning.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-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;
-using System.IO;
-
-namespace TimeHACK
-{
- public partial class SeizureWarning : UserControl
- {
- public SeizureWarning()
- {
- InitializeComponent();
- }
-
- private void button1_Click(object sender, EventArgs e)
- {
- File.WriteAllText(Path.Combine(Engine.SaveSystem.DataDirectory, "o.k"), ".");
- this.Hide();
- }
- }
-}