Esempio n. 1
0
 public static ActivationManager GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new ActivationManager();
         return(Singelton);
     }
     else
     {
         return(Singelton);
     }
 }
Esempio n. 2
0
 public static ActivationManager GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new ActivationManager();
         return Singelton;
     }
     else
     {
         return Singelton;
     }
 }