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)
+ {
+ /*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 ();