From aa7ec83d57080044ff74ee6dbc03a84af56e3ab9 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 12 Sep 2017 20:15:59 -0500 Subject: UI Cleanup #4 Fixed the AboutInfobox95 UI --- Histacom2.Engine/Template/AboutBox95.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Histacom2.Engine/Template/AboutBox95.cs') diff --git a/Histacom2.Engine/Template/AboutBox95.cs b/Histacom2.Engine/Template/AboutBox95.cs index 1accc56..a97ab1c 100644 --- a/Histacom2.Engine/Template/AboutBox95.cs +++ b/Histacom2.Engine/Template/AboutBox95.cs @@ -11,9 +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) + private void classicButton1_Click(object sender, EventArgs e) { - this.ParentForm.Close(); + ParentForm.Close(); } } } -- cgit v1.2.3