Exemplo n.º 1
0
 /**
  * Retrieves the singleton instance of <code>SoomlaStore</code>
  *
  * @return singleton instance of <code>SoomlaStore</code>
  */
 public static SoomlaStore GetInstance()
 {
     if (sInstance == null)
     {
         sInstance = new SoomlaStore();
     }
     return sInstance;
 }
Exemplo n.º 2
0
 /**
  * Retrieves the singleton instance of <code>SoomlaStore</code>
  *
  * @return singleton instance of <code>SoomlaStore</code>
  */
 public static SoomlaStore GetInstance()
 {
     if (sInstance == null)
     {
         sInstance = new SoomlaStore();
     }
     return(sInstance);
 }