Beispiel #1
0
 static public void clear()
 {
     pColors       = null;
     pFonts        = null;
     pResolution   = null;
     pImage        = null;
     pWindowstyles = null;
 }
Beispiel #2
0
 static public void clear()
 {
     pColors = null;
     pFonts = null;
     pResolution = null;
     pImage = null;
     pWindowstyles = null;
 }
Beispiel #3
0
 static public void init(cXMLHandler XmlHandler)
 {
     pColors = new cDataBaseColor(XmlHandler);
     initFonts(XmlHandler);
     pResolution   = new cDataBaseResolution(XmlHandler);
     pImage        = new cDataBaseImage(XmlHandler);
     pWindowstyles = new cDataBaseWindowstyle(XmlHandler);
 }
Beispiel #4
0
 static public void init(cXMLHandler XmlHandler)
 {
     pColors = new cDataBaseColor(XmlHandler);
     initFonts(XmlHandler);
     pResolution = new cDataBaseResolution(XmlHandler);
     pImage = new cDataBaseImage(XmlHandler);
     pWindowstyles = new cDataBaseWindowstyle(XmlHandler);
 }