v.Run ();
}
+ public void OnRegistrarVisitas (object o, EventArgs args)
+ {
+ /*Plan p = new Plan (1);
+ ABMGenerico g = new ABMGenerico (p.GetType());
+ g.Run ();
+ return;*/
+ VRegistrarVisitas v = new VRegistrarVisitas ();
+ v.Run ();
+ }
+
public void OnConsultarAfiliadoClose (object o, EventArgs args)
{
wConsultarAfiliado.Destroy ();