- Entry codigo = (Entry)xmla.GetWidget ("s_codigo");
- TreeView lista = (TreeView)xmla.GetWidget ("lista");
- TreeStore store = (TreeStore)lista.Model;
- foreach (Afiliado a in lst) {
- if (a.Codigo == Int32.Parse (codigo.Text))
- store.AppendValues (String.Format("{0}", a.Codigo), a.Nombre);
- }
+ ABMGenerico g = new ABMGenerico (typeof(Plan));
+ g.Run ();
+ return;
+ /*VRegistrarVisitas v = new VRegistrarVisitas ();
+ v.Run ();*/