aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-12 19:55:28 -0500
committerGitHub <[email protected]>2017-09-12 19:55:28 -0500
commit5b72a30b11422473d2b6fd35e2909cd2a7eb5395 (patch)
tree8877faa271b340b316471d035bfcc2299e0742ec /Histacom2.Engine/Template/AboutBox95.cs
parentab9f118edb06826ed49c0b46bb1bce38d407e4f6 (diff)
parent6d26e57fd4519cea330f51e491bfe54cc347719a (diff)
downloadhistacom2-5b72a30b11422473d2b6fd35e2909cd2a7eb5395.tar.gz
histacom2-5b72a30b11422473d2b6fd35e2909cd2a7eb5395.tar.bz2
histacom2-5b72a30b11422473d2b6fd35e2909cd2a7eb5395.zip
Merge pull request #158 from IBMPCDOS5/master
Master
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.cs')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs
index 1accc56..aca8df5 100644
--- a/Histacom2.Engine/Template/AboutBox95.cs
+++ b/Histacom2.Engine/Template/AboutBox95.cs
@@ -15,5 +15,10 @@ namespace Histacom2.Engine.Template
{
this.ParentForm.Close();
}
+
+ private void classicButton1_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.Close();
+ }
}
}