]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Main.cs
Una linda ventana de mantener prestaciones, con barra de progreso y textview para...
[z.facultad/75.10/miklolife.git] / demo / src / Main.cs
index c535d851ac9cdb8e018807387be43108fe9e9931..eefd34d6b4f0b33b87a23bb2eb513235a26be060 100644 (file)
@@ -125,13 +125,18 @@ public class App
                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 ();