예제 #1
0
 private void icUpdate_Click(object sender, EventArgs e)
 {
     FillDgv(CursoDAL.searchCursos(Inicio.CurrentSucursal.Id, Validation.Validation.Val_Injection(txtBuscar.Text), new Year(Convert.ToInt32(cbxYear.SelectedValue), "", "")));
 }