v.Run ();
}
-
public void OnMantenerPlanes (object o, EventArgs args)
{
VMantenerPlanes v = new VMantenerPlanes ();
v.Run ();
}
+ public void OnMantenerPrestaciones (object o, EventArgs args)
+ {
+ VMantenerPrestaciones v = new VMantenerPrestaciones ();
+ v.Run ();
+ }
+
public void OnMantenerPrestadores (object o, EventArgs args)
{
VMantenerPrestadores v = new VMantenerPrestadores ();