Esempio n. 1
0
        public static CommentManager GetInstance()
        {
            lock (typeof(CommentManager))
            {
                if( instance == null )
                    instance = new CommentManager();

                return instance;
            }
        }
Esempio n. 2
0
        public static CommentManager GetInstance()
        {
            lock (typeof(CommentManager))
            {
                if (instance == null)
                {
                    instance = new CommentManager();
                }

                return(instance);
            }
        }
Esempio n. 3
0
 public void Dispose()
 {
     instance = null;
 }
Esempio n. 4
0
 public void Dispose()
 {
     instance = null;
 }