X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/924faf98ad54ff380ebb60505070a883ac09a27e..b5cc8b1e466a552a309647373d335444c8b64401:/demo/src/Main.cs?ds=sidebyside 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 ();