コード例 #1
0
        public static PriceFormatHelper GetInstance()
        {
            if( _instance == null)
                _instance = new PriceFormatHelper();

            return _instance;
        }
コード例 #2
0
        public static PriceFormatHelper GetInstance()
        {
            if (_instance == null)
            {
                _instance = new PriceFormatHelper();
            }

            return(_instance);
        }