private void cadastrarToolStripMenuItem8_Click(object sender, EventArgs e) { Modulos.ControleDeProdutosVenda.frmCadastrar frm = new Modulos.ControleDeProdutosVenda.frmCadastrar(); Hide(); frm.ShowDialog(); Show(); Permissoes(); }
private void btnNovo_Click(object sender, EventArgs e) { frmCadastrar frm = new frmCadastrar(); Hide(); frm.ShowDialog(); Show(); CarregarGrid(); }