Exemple #1
0
 public static ActivationManager GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new ActivationManager();
         return(Singelton);
     }
     else
     {
         return(Singelton);
     }
 }
Exemple #2
0
 public static ActivationManager GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new ActivationManager();
         return Singelton;
     }
     else
     {
         return Singelton;
     }
 }