public static LoadGlobalChineseCharacters GetInstance()
 {
     if (instance == null)
     {
                  {
             lock (locker)
                             {
                     if (instance == null)
                     {
                                       {
                             instance = new LoadGlobalChineseCharacters();
                             instance.init();
                             instance.packageContent();
                                     
                         }
                     }
                           
                 }
                 
         }
     }
     return(instance);
 }
示例#2
0
 public ExcelHandle()
 {
     loadGlobalChineseCharacters = LoadGlobalChineseCharacters.GetInstance();
 }
示例#3
0
 public TwoDateColumnRelationContainer()
 {
     loadGlobalChineseCharacters = LoadGlobalChineseCharacters.GetInstance();
 }