Example #1
0
        public static ServicesFactory GetInstance()
        {
            if (instance == null)
            {
                instance = new ServicesFactory();
                DareneExpressCabinetClient.Tools.CLog4net.LogInfo("服务工厂启动");
            }

            return(instance);
        }
Example #2
0
        public static ServicesFactory GetInstance()
        {
            if (instance == null)
            {
                instance = new ServicesFactory();
                CLog4net.LogInfo("服务工厂启动");
            }

            return(instance);
        }