Exemplo n.º 1
0
 private void CD_Local_EnabledChanged(object sender, EventArgs e)
 {
     if (!CD_Local.Enabled)
     {
         CD_Local.Clear();
         DS_Local.Clear();
     }
 }
Exemplo n.º 2
0
 private void LimpaCampos()
 {
     DT_Inicial.Clear();
     DT_Final.Clear();
     id_lanctoestoque.Clear();
     cd_empresa.Clear();
     CD_Produto.Clear();
     CD_Local.Clear();
 }