Пример #1
0
        public static bool IsTypePresent(string typeName)
        {
            try
            {
                Windows.Media.Casting.CastingDevicePicker picker = new Windows.Media.Casting.CastingDevicePicker();

                return(true);
            }
            catch {
                return(false);
            }
        }
        public static bool IsTypePresent(string typeName)
        {
            try
            {
                Windows.Media.Casting.CastingDevicePicker picker = new Windows.Media.Casting.CastingDevicePicker();

                return true;
            }
            catch {
                return false;
            }
        }