Example #1
0
        public static XMLContentLoaderFactory GetInstance()
        {
            if (instance == null)
            {
                instance = new XMLContentLoaderFactory();
            }

            return(instance);
        }
        public static XMLContentLoaderFactory GetInstance()
        {
            if (instance == null)
            {
                instance = new XMLContentLoaderFactory();
            }

            return instance;
        }