摘要:
定义自定义转换类来忽略特定类型 /// <summary> /// 自定义转换类 /// </summary> public class CustomConverter<T> : JsonConverter<T> { public override T ReadJson(JsonReader rea 阅读全文
摘要:
版本帮助程序函数 #include <VersionHelpers.h> if (!IsWindows8OrGreater()) { MessageBox(NULL, "You need at least Windows 8", "Version Not Supported", MB_OK); } 阅读全文