private void toolStripButton_Entrega_Click(object sender, EventArgs e)
        {
            EntregaVeiculo novo = new EntregaVeiculo();

            novo.Show();
        }
Beispiel #2
0
        private void toolStripButton_Entrega_Click(object sender, EventArgs e)
        {
            EntregaVeiculo novo = new EntregaVeiculo(CodVeiculo, CodigoReserva, this);

            novo.Show();
        }