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

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

            return instance;
        }