Ejemplo n.º 1
0
        public static EmoticonManager GetInstance()
        {
            lock (typeof(EmoticonManager))
            {
                if (instance == null)
                {
                    instance = new EmoticonManager();
                    instance.Init();
                }

                return(instance);
            }
        }
Ejemplo n.º 2
0
        public static EmoticonManager GetInstance()
        {
            lock (typeof(EmoticonManager))
            {
                if (instance == null)
                {
                    instance = new EmoticonManager();
                    instance.Init();
                }

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