static public void clear() { pColors = null; pFonts = null; pResolution = null; pImage = null; pWindowstyles = null; }
static public void init(cXMLHandler XmlHandler) { pColors = new cDataBaseColor(XmlHandler); initFonts(XmlHandler); pResolution = new cDataBaseResolution(XmlHandler); pImage = new cDataBaseImage(XmlHandler); pWindowstyles = new cDataBaseWindowstyle(XmlHandler); }