Esempio n. 1
0
 static public IconImageMgr getInstance()
 {
     if (_instance == null)
     {
         _instance = new IconImageMgr();
         _instance.init();
     }
     return(_instance);
 }