refactoring done

This commit is contained in:
Shreyas Zare
2019-02-16 18:27:56 +05:30
parent 5a904eb0d5
commit 8149c4659a
3 changed files with 4 additions and 4 deletions

View File

@@ -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();

View File

@@ -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();