aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.cs
diff options
context:
space:
mode:
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();
}
}
}