BasicBot - fix Load event not being called on load

This commit is contained in:
adelikat 2020-05-05 13:04:18 -05:00
parent 22ee71b0cf
commit 53c1f5f784
1 changed files with 1 additions and 0 deletions

View File

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