public static Motorista PedirMotorista() { MotoristaPicker mp = new MotoristaPicker(true); mp.ShowDialog(); return(Motorista); }
private void listarMotoristasToolStripMenuItem_Click(object sender, EventArgs e) { MotoristaPicker motoristaPicker = new MotoristaPicker(false); motoristaPicker.ShowDialog(); }