+
+ Glade.XML resolucion = new Glade.XML (null, "actualizar_autorizacion_manual.glade", "resolucion", null);
+ resolucion.Autoconnect (this);
+
+ Dialog v = (Dialog)resolucion.GetWidget ("resolucion");
+ v.Run ();
+
+ TextView texto = (TextView)resolucion.GetWidget ("motivo");
+
+ string r = texto.Buffer.Text;
+
+ v.Destroy ();
+
+ float percent = 0.0f;