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