Hello,
We have a pretty overloaded constructor for Glade.XML, I would like
to introduce a couple of factory methods to make it clearer what the
constructors do, like this:
Glade.XML LoadFromResource (Assembly ass, string resource, string root);
Glade.XML LoadFromResource (string resource, string root);
Miguel.