Example #1
0
        public static CanjeMillas getInstance()
        {
            if (_instance == null) {
                _instance = new CanjeMillas();
            }

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

            return(_instance);
        }