Exemplo n.º 1
0
        public static TabelList GetInstance()
        {
            if (_uniqueInstance == null)
                _uniqueInstance = new TabelList();

            return _uniqueInstance;
        }
Exemplo n.º 2
0
        public static TabelList GetInstance()
        {
            if (_uniqueInstance == null)
            {
                _uniqueInstance = new TabelList();
            }

            return(_uniqueInstance);
        }