Exemplo n.º 1
0
 public static CCShareData GetSingleton()
 {
     if (singleton == null)
     {
         singleton = new CCShareData();
     }
     return(singleton);
 }
Exemplo n.º 2
0
 public static CCShareData GetSingleton()
 {
     if (singleton == null)
     {
         singleton = new CCShareData();
     }
     return singleton;
 }