X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/c047b69adba57d8b50c977e019dfc6bb19a50614..889da6ee2b0237902b33b5d719a8d2fa55a1a8c2:/demo/src/Main.cs?ds=inline diff --git a/demo/src/Main.cs b/demo/src/Main.cs index 3a89f71..aa083cc 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -80,13 +80,19 @@ public class App 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)); + ABMGenerico g = new ABMGenerico (typeof(Plan)); g.Run (); - return;*/ - VRegistrarVisitas v = new VRegistrarVisitas (); - v.Run (); + return; + /*VRegistrarVisitas v = new VRegistrarVisitas (); + v.Run ();*/ } }