]> 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 af31ee871fbfd440a6c14ba2e08b3b490f906c4a..806420e8d1e7da664aeb2ae9187271a53ca60ed3 100644 (file)
@@ -52,6 +52,10 @@ public class App
 
        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 ();
        }