mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-11 18:33:58 +00:00
refactoring done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DnsServerSystemTrayApp
|
||||
{
|
||||
partial class AboutForm
|
||||
partial class frmAbout
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@@ -28,7 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
@@ -21,9 +21,9 @@ using System.Windows.Forms;
|
||||
|
||||
namespace DnsServerSystemTrayApp
|
||||
{
|
||||
public partial class AboutForm : Form
|
||||
public partial class frmAbout : Form
|
||||
{
|
||||
public AboutForm()
|
||||
public frmAbout()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user