public MainForm() { InitializeComponent(); frmDoublingX = new DoublingXForm(this); frmMethodA = new MethodAForm(this); frmMethod1 = new Method1Form(); frmMethod1.mainForm = this; frmNewMatches = new NewMatchesForm(); frmNewMatches.mainForm = this; //tsmiMethodA_Click(null,null); }