Exemplo n.º 1
0
 private void eDITORAToolStripMenuItem_Click(object sender, EventArgs e)
 {
     eDITORAToolStripMenuItem.Enabled = false;
     frmCadastroEditora frm = new frmCadastroEditora();
     frm.MdiParent = this;
     frm.Show();
 }
Exemplo n.º 2
0
        private void eDITORAToolStripMenuItem_Click(object sender, EventArgs e)
        {
            eDITORAToolStripMenuItem.Enabled = false;
            frmCadastroEditora frm = new frmCadastroEditora();

            frm.MdiParent = this;
            frm.Show();
        }