Beispiel #1
0
 private void ActualizarGrilla()
 {
     TBFiltro.Text        = "";
     DGV_Temas.DataSource = temas.ListarTodos();
 }