Example #1
0
        public static TabelList GetInstance()
        {
            if (_uniqueInstance == null)
                _uniqueInstance = new TabelList();

            return _uniqueInstance;
        }
Example #2
0
        public static TabelList GetInstance()
        {
            if (_uniqueInstance == null)
            {
                _uniqueInstance = new TabelList();
            }

            return(_uniqueInstance);
        }