private void consultarEditarMotoristasToolStripMenuItem_Click(object sender, EventArgs e) { Views.Desktop.FormCadastrarMotorista formCadastrarMotorista = new Views.Desktop.FormCadastrarMotorista(); formCadastrarMotorista.MdiParent = this; formCadastrarMotorista.ControlBox = false; formCadastrarMotorista.Show(); }
private void btnCadastrarCNH_Click(object sender, EventArgs e) { Views.Desktop.FormCadastrarMotorista cadastrarMotorista = new Views.Desktop.FormCadastrarMotorista(); cadastrarMotorista.ControlBox = true; cadastrarMotorista.Show(); }
private void button2_Click(object sender, EventArgs e) { Views.Desktop.FormCadastrarMotorista formCadastrarMotorista = new FormCadastrarMotorista(); formCadastrarMotorista.ControlBox = true; formCadastrarMotorista.Show(); }