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

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

            return _instance;
        }