aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/SeizureWarning.cs
diff options
context:
space:
mode:
authorMichael Webb <[email protected]>2019-04-06 17:22:50 -0500
committerGitHub <[email protected]>2019-04-06 17:22:50 -0500
commit9d3fa715e583b668f2ffd3754886b343c5440032 (patch)
tree19438aa123c7ffd85a3e76ca48931c01f39abb1e /Histacom2/SeizureWarning.cs
parent8a8a895afa16a9b7cec499b5a25746e37ceb4cb4 (diff)
parente5e70be7df622617a5ecbc2d5821724021f8b7ef (diff)
downloadhistacom2-9d3fa715e583b668f2ffd3754886b343c5440032.tar.gz
histacom2-9d3fa715e583b668f2ffd3754886b343c5440032.tar.bz2
histacom2-9d3fa715e583b668f2ffd3754886b343c5440032.zip
Merge pull request #5 from lempamo/master
lets try this again
Diffstat (limited to 'Histacom2/SeizureWarning.cs')
-rw-r--r--Histacom2/SeizureWarning.cs9
1 files changed, 3 insertions, 6 deletions
diff --git a/Histacom2/SeizureWarning.cs b/Histacom2/SeizureWarning.cs
index 4a209a3..5cb0513 100644
--- a/Histacom2/SeizureWarning.cs
+++ b/Histacom2/SeizureWarning.cs
@@ -13,15 +13,12 @@ namespace Histacom2
{
public partial class SeizureWarning : UserControl
{
- public SeizureWarning()
- {
+ public SeizureWarning() {
InitializeComponent();
}
- private void button1_Click(object sender, EventArgs e)
- {
- File.WriteAllText(Path.Combine(Engine.SaveSystem.DataDirectory, "o.k"), ".");
- this.Hide();
+ private void button1_Click(object sender, EventArgs e) {
+ Hide();
}
}
}