+
+ public void OnConsultarAutorizaciones (object o, EventArgs args)
+ {
+ VConsultarAutorizaciones v = new VConsultarAutorizaciones ();
+ v.Run ();
+ }
+
+ public void OnPedidoAutorizacionAutomatica (object o, EventArgs args)
+ {
+ }
+
+ public void OnProcesarInformes (object o, EventArgs args)
+ {
+ /* Recibir y Cotejar */
+ Controlador.RecibirPrestacionesController rpc = new Controlador.RecibirPrestacionesController();
+ using ( rpc )
+ {
+ //rpc.InsertarDatosNecesarios();
+ rpc.procesarInfoRecibida();
+ }
+ }
+