X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/c36c16908f73901f367fe523aeef8dfb688ac2ff..22b9b4517d3bbda8f2441bf59833fa416d5fa896:/demo/src/Main.cs diff --git a/demo/src/Main.cs b/demo/src/Main.cs index b7400b9..af31ee8 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,12 @@ public class App v.Run (); } + public void OnRegistrarVisitas (object o, EventArgs args) + { + VRegistrarVisitas v = new VRegistrarVisitas (); + v.Run (); + } + public void OnConsultarAfiliadoClose (object o, EventArgs args) { wConsultarAfiliado.Destroy ();