Example #1
0
        private void BT_LimpiarPant_Click(object sender, EventArgs e)
        {
            TB_CodLegajo.Text  = "";
            TB_DesLegajob.Text = "";
            TB_Año.Text        = "";
            LimpiarCamposTema();
            //DGV_Cronograma.Rows.Clear();
            DGV_Crono.DataSource = null;

            TB_CodLegajo.Focus();
        }
Example #2
0
 private void IngrePlanificacionAnual_Shown(object sender, EventArgs e)
 {
     TB_CodLegajo.Focus();
 }