aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-12 20:05:57 -0500
committerFloppyDiskDrive <[email protected]>2017-09-12 20:05:57 -0500
commit64d08f8ee9497ae0ef06ad8094080a8897d224a9 (patch)
tree7cd5b04d0724831935def9199b3152b8eca6dc66 /Histacom2.Engine/Template/AboutBox95.cs
parent6d26e57fd4519cea330f51e491bfe54cc347719a (diff)
downloadhistacom2-64d08f8ee9497ae0ef06ad8094080a8897d224a9.tar.gz
histacom2-64d08f8ee9497ae0ef06ad8094080a8897d224a9.tar.bz2
histacom2-64d08f8ee9497ae0ef06ad8094080a8897d224a9.zip
Revert "Various fixes (Bug fix/UI Cleanup #3)"
This reverts commit 6d26e57fd4519cea330f51e491bfe54cc347719a.
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.cs')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs
index aca8df5..1accc56 100644
--- a/Histacom2.Engine/Template/AboutBox95.cs
+++ b/Histacom2.Engine/Template/AboutBox95.cs
@@ -15,10 +15,5 @@ namespace Histacom2.Engine.Template
{
this.ParentForm.Close();
}
-
- private void classicButton1_Click(object sender, EventArgs e)
- {
- this.ParentForm.Close();
- }
}
}