Example #1
0
 private void bw_notificaiones_DoWork(object sender, DoWorkEventArgs e) {
     Empresa.Docente.NotificadosFallecidos __noti = new Empresa.Docente.NotificadosFallecidos();
     e.Result = __noti.Cantidad();
 }