BasicBot - fix Load event not being called on load
This commit is contained in:
parent
22ee71b0cf
commit
53c1f5f784
|
@ -1176,6 +1176,7 @@
|
|||
this.Name = "BasicBot";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Basic Bot";
|
||||
this.Load += new System.EventHandler(this.BasicBot_Load);
|
||||
this.BotMenu.ResumeLayout(false);
|
||||
this.BotMenu.PerformLayout();
|
||||
this.BotStatusStrip.ResumeLayout(false);
|
||||
|
|
Loading…
Reference in New Issue