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();
v.Run ();
}
+ public void OnRegistrarVisitas (object o, EventArgs args)
+ {
+ VRegistrarVisitas v = new VRegistrarVisitas ();
+ v.Run ();
+ }
+
public void OnConsultarAfiliadoClose (object o, EventArgs args)
{
wConsultarAfiliado.Destroy ();