Exemple #1
0
 public static PsApplication getInstance()
 {
     if (mInstance == null)
     {
         mInstance = new PsApplication();
     }
     return(mInstance);
 }
Exemple #2
0
 public override void OnCreate()
 {
     base.OnCreate();
     mInstance = this;
 }