X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/f5f4d513f906b8ddd9c5165f2456b023edf93e5e..b5cc8b1e466a552a309647373d335444c8b64401:/demo/src/Main.cs diff --git a/demo/src/Main.cs b/demo/src/Main.cs index af31ee8..806420e 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -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 (); }