This commit is contained in:
TheEdgeNK 2018-08-27 17:11:25 -04:00
parent d092383e4e
commit 09b2be5ca6

View file

@ -238,7 +238,7 @@
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Desktop";
this.Text = "Desktop";
this.Text = "mr";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Desktop_Load);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Desktop_MouseClick);