aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-12 20:32:53 -0500
committerGitHub <[email protected]>2017-09-12 20:32:53 -0500
commit364507865396c68c2ea52bf9ad1405d68b697d10 (patch)
tree176bae4399c6255aeebe2478e13dd8d149b635e5 /Histacom2.Engine/Template/AboutBox95.cs
parent5b72a30b11422473d2b6fd35e2909cd2a7eb5395 (diff)
parentaa7ec83d57080044ff74ee6dbc03a84af56e3ab9 (diff)
downloadhistacom2-364507865396c68c2ea52bf9ad1405d68b697d10.tar.gz
histacom2-364507865396c68c2ea52bf9ad1405d68b697d10.tar.bz2
histacom2-364507865396c68c2ea52bf9ad1405d68b697d10.zip
Merge pull request #159 from IBMPCDOS5/master
UI Cleanup #3
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.cs')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs
index aca8df5..a97ab1c 100644
--- a/Histacom2.Engine/Template/AboutBox95.cs
+++ b/Histacom2.Engine/Template/AboutBox95.cs
@@ -11,14 +11,9 @@ namespace Histacom2.Engine.Template
this.textBox2.Text = "This product is licensed to:\r\n" + Environment.UserName + "\r\n";
}
- private void button1_Click(object sender, EventArgs e)
- {
- this.ParentForm.Close();
- }
-
private void classicButton1_Click(object sender, EventArgs e)
{
- this.ParentForm.Close();
+ ParentForm.Close();
}
}
}