Example #1
0
 private void LoteReferenciaFrm_Load(object sender, EventArgs e)
 {
     TB_LOTE.Text       = _controlador.Lote;
     TB_REFERENCIA.Text = _controlador.Referencia;
     TB_LOTE.Focus();
 }
Example #2
0
 private void IrFoco()
 {
     TB_LOTE.Focus();
     TB_LOTE.SelectAll();
 }