X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/c36c16908f73901f367fe523aeef8dfb688ac2ff..0196d6f0df6242167677a11063a1bbe5ba4bac63:/demo/src/Main.cs?ds=sidebyside diff --git a/demo/src/Main.cs b/demo/src/Main.cs index b7400b9..806420e 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -23,9 +23,6 @@ public class App Glade.XML gxml = new Glade.XML (null, "main.glade", "main", null); gxml.Autoconnect (this); - Widget w = gxml.GetWidget ("main"); - - w.SetSizeRequest (450, 250); InitDemo (); Application.Run(); @@ -53,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 ();