Ejemplo n.º 1
0
        public static SampleManager GetInstance()
        {
            if (_instance != null) return _instance;
            _instance = new SampleManager();

            return _instance;
        }
Ejemplo n.º 2
0
        public static SampleManager GetInstance()
        {
            if (_instance != null)
            {
                return(_instance);
            }
            _instance = new SampleManager();

            return(_instance);
        }