]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Vistas/ABMGenerico.cs
Para guille :)
[z.facultad/75.10/miklolife.git] / demo / src / Vistas / ABMGenerico.cs
index ceb15d32d21ffcabf25845bba2b8ab2b43fca36b..9a757864bb600750932837c0cbeb38c4abeb788b 100644 (file)
@@ -97,9 +97,10 @@ public class ABMGenerico
                c.Dispose ();
        }
        
                c.Dispose ();
        }
        
-       public void Run ()
+       public void Run (string title)
        {
                Dialog w = (Dialog)xml.GetWidget ("abm_one");
        {
                Dialog w = (Dialog)xml.GetWidget ("abm_one");
+               w.Title = title;
                w.Run ();
                w.Destroy ();
        }
                w.Run ();
                w.Destroy ();
        }