aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-12 20:15:59 -0500
committerFloppyDiskDrive <[email protected]>2017-09-12 20:15:59 -0500
commitaa7ec83d57080044ff74ee6dbc03a84af56e3ab9 (patch)
tree2e702ab5829211d6cb85c88618d57eb02ea1fc0e /Histacom2.Engine/Template/AboutBox95.cs
parent19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1 (diff)
downloadhistacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.tar.gz
histacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.tar.bz2
histacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.zip
UI Cleanup #4
Fixed the AboutInfobox95 UI
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.cs')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.cs4
1 files changed, 2 insertions, 2 deletions
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();
}
}
}