This commit is contained in:
2022-07-05 23:39:44 +00:00
parent b66e1d6a0a
commit 7b22f03f44
4 changed files with 5 additions and 3 deletions

View File

@@ -86,7 +86,6 @@
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "CopyableMessageBox";
this.ShowInTaskbar = false;
this.Load += new System.EventHandler(this.CopyableMessageBox_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();