X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/924faf98ad54ff380ebb60505070a883ac09a27e..784d8fe6810090b52b41b9bc97d9d065ac16b528:/demo/src/Main.cs?ds=inline diff --git a/demo/src/Main.cs b/demo/src/Main.cs index 56637c5..806420e 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -50,6 +50,16 @@ public class App 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 ();