public static ConsultaMillas getInstance()
        {
            if (_instance == null) {
                _instance = new ConsultaMillas();
            }

            return _instance;
        }
Example #2
0
        public static ConsultaMillas getInstance()
        {
            if (_instance == null)
            {
                _instance = new ConsultaMillas();
            }

            return(_instance);
        }