Exemplo n.º 1
0
        // <---------------- Preenche o combo do cliente com as informações da tabela de clientes
        private void MontarComboCliente()
        {
            Automovel c = new Automovel();

            c.PreencherComboCliente(cmbCliente);
        }