X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/c047b69adba57d8b50c977e019dfc6bb19a50614..6ef9085b2768547cadbd695a5bf28721d7e69eb8:/demo/src/Main.cs diff --git a/demo/src/Main.cs b/demo/src/Main.cs index 3a89f71..3f1e69d 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -80,11 +80,21 @@ public class App 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 (); + v.Run (); + } + public void OnRegistrarVisitas (object o, EventArgs args) { - /*ABMGenerico g = new ABMGenerico (typeof(Plan)); - g.Run (); - return;*/ VRegistrarVisitas v = new VRegistrarVisitas (); v.Run (); }