v.Run ();
}
+ public void OnMantenerPlanes (object o, EventArgs args)
+ {
+ VMantenerPlanes v = new VMantenerPlanes ();
+ v.Run ();
+ }
+
public void OnRegistrarVisitas (object o, EventArgs args)
{
- /*ABMGenerico g = new ABMGenerico (typeof(Plan));
+ ABMGenerico g = new ABMGenerico (typeof(Plan));
g.Run ();
- return;*/
- VRegistrarVisitas v = new VRegistrarVisitas ();
- v.Run ();
+ return;
+ /*VRegistrarVisitas v = new VRegistrarVisitas ();
+ v.Run ();*/
}
}