Пример #1
0
        public static string GetProperties(string properties, string key, string defaultValue)
        {
            if (s_useNewSDKManager)
            {
                return(SDKManagerNew.GetProperties(properties, key, defaultValue));
            }

            return(defaultValue);
        }