aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/SeizureWarning.cs
diff options
context:
space:
mode:
authorUnknown <[email protected]>2019-04-06 17:55:27 -0400
committerUnknown <[email protected]>2019-04-06 17:55:27 -0400
commitb642d3736edf0f289fe2e955f0e336c0d019d0e5 (patch)
tree53e73d053a7518d5dfcc373813f4867e6848b3d4 /Histacom2/SeizureWarning.cs
parent2c7c9a685b586995299387152f0a3d205c7a8ec3 (diff)
downloadhistacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.tar.gz
histacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.tar.bz2
histacom2-b642d3736edf0f289fe2e955f0e336c0d019d0e5.zip
cleanup here and there
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();
}
}
}