Exemple #1
0
        private void EDITDATAINICIOLOCACAO_Leave(object sender, EventArgs e)
        {
            Funcoes funcoes = new Funcoes();

            if (funcoes.validaData(EDITDATAINICIOLOCACAO.Text) == false)
            {
                EDITDATAINICIOLOCACAO.Clear();
                EDITDATAINICIOLOCACAO.Focus();
            }
        }
Exemple #2
0
 public void limpaTela()
 {
     EDITCONTROLE.Clear();
     EDITVEICULOCODIGO.Clear();
     EDITVEICULOPLACA.Clear();
     EDITVEICULOANOFABRICA.Clear();
     EDITVEICULOANOMODELO.Clear();
     EDITVEICULOCHASSI.Clear();
     EDITVEICULOCOMBUSTIVEL.Clear();
     EDITMARCAMODELOCODIGO.Clear();
     EDITMARCAMODELODESCRICAO.Clear();
     EDITDATAINICIOLOCACAO.Clear();
     EDITDATAFIMLOCACAO.Clear();
 }