aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2.Engine')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.Designer.cs2
-rw-r--r--Histacom2.Engine/Template/AboutBox95.cs7
2 files changed, 2 insertions, 7 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.Designer.cs b/Histacom2.Engine/Template/AboutBox95.Designer.cs
index 4b44f9d..8ad5dea 100644
--- a/Histacom2.Engine/Template/AboutBox95.Designer.cs
+++ b/Histacom2.Engine/Template/AboutBox95.Designer.cs
@@ -102,7 +102,7 @@
//
this.classicButton1.BackColor = System.Drawing.Color.Silver;
this.classicButton1.ForeColor = System.Drawing.Color.Black;
- this.classicButton1.Location = new System.Drawing.Point(251, 220);
+ this.classicButton1.Location = new System.Drawing.Point(251, 223);
this.classicButton1.Name = "classicButton1";
this.classicButton1.Size = new System.Drawing.Size(75, 23);
this.classicButton1.TabIndex = 6;
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();
}
}
}