Example #1
0
        public static TelepathyNotification Create()
        {
            if (instance == null)
            {
                instance = new TelepathyNotification();
            }

            return(instance);
        }
Example #2
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (current_nf == null)
         {
             current_nf.Close();
         }
         instance = null;
     }
 }
        public static TelepathyNotification Create()
        {
            if (instance == null) {
                instance = new TelepathyNotification ();
            }

            return instance;
        }
 protected virtual void Dispose(bool disposing)
 {
     if (disposing) {
         if (current_nf == null) {
             current_nf.Close ();
         }
         instance = null;
     }
 }