Exemplo n.º 1
0
 private void cadastrarUsuárioToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmCadastro cadastroGUI = new frmCadastro();
     cadastroGUI.ShowDialog();
     InicializaCbUsuario();
 }
Exemplo n.º 2
0
 private void btCadastrar_Click(object sender, EventArgs e)
 {
     frmCadastro cadastroGUI = new frmCadastro();
     cadastroGUI.ShowDialog();
     InicializaCbUsuario();
 }