private void smbtnBoost_Click(object sender, EventArgs e) { frmBoost frm = new frmBoost(); frm.MdiParent = this; frm.Show(); }