private void editToolStripMenuItem_Click(object sender, EventArgs e) { EditConnCharges ecc = new EditConnCharges(); ecc.MdiParent = this; ecc.Show(); }
private void editToolStripMenuItem_Click(object sender, EventArgs e) { EditConnCharges ecc = new EditConnCharges(); ecc.WindowState = FormWindowState.Maximized; ecc.MdiParent = this; ecc.Show(); }