]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Main.cs
From Gazer :
[z.facultad/75.10/miklolife.git] / demo / src / Main.cs
index 56637c56585f6f53e0d22d210db6bd23fdd9321e..806420e8d1e7da664aeb2ae9187271a53ca60ed3 100644 (file)
@@ -50,6 +50,16 @@ public class App
                v.Run ();
        }
 
                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 ();
        public void OnConsultarAfiliadoClose (object o, EventArgs args)
        {
                wConsultarAfiliado.Destroy ();