示例#1
0
        public static string GetSfwValue(SFWTypes Type)
        {
            string Value;

            Dictionary.TryGetValue(Type, out Value);
            return(Value);
        }
示例#2
0
 public static async Task <NekoImg> GetImageAsync(SFWTypes ImageType)
 {
     return(await GetImageData(SFWImageType.GetSfwValue(ImageType)));
 }