Пример #1
0
 public Theme()
 {
     _guiArts = new Hashtable ();
     _xml = new XmlTreat ();
     _ArtGnomeURL = "http://art.gnome.org/xml.php?art=";
     _conf = new Conf ();
 }
Пример #2
0
        private Conf _conf;          // Configurations (Homedir, Cache, ...)

        public Theme()
        {
            _guiArts     = new Hashtable();
            _xml         = new XmlTreat();
            _ArtGnomeURL = "http://art.gnome.org/xml.php?art=";
            _conf        = new Conf();
        }