Example #1
0
        private void cadastroCidadesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCidade frmCidade = new frmCidade();

            frmCidade.MdiParent   = this;
            frmCidade.WindowState = FormWindowState.Maximized;
            frmCidade.Show();
        }