Esempio n. 1
0
 private void Rbtn_dni_CheckedChanged(object sender, EventArgs e)
 {
     if (Rbtn_dni.Checked == true)
     {
         Txt_dni.Enabled = true;
         Txt_dni.Focus();
         Txt_apellido.Enabled = false;
         Txt_empresa.Enabled  = false;
     }
 }
Esempio n. 2
0
 private void limpiar()
 {
     txt_ape_nom.Text             = "";
     txt_dni_socio.Text           = "";
     txt_document_recibida.Text   = "0";
     txt_empresa.Text             = "";
     txt_mochilas_entregadas.Text = "0";
     txt_nro_socio.Text           = "";
     Txt_dni.Text              = "";
     txt_legajo.Text           = "";
     chk_fdo_desempleo.Checked = false;
     txt_comentario.Text       = "";
     Txt_dni.Focus();
     picbox_socio.Image     = null;
     btn_sin_imagen.Visible = true;
 }