摘要:
public class Toast { public class ToastInfo { public Form Owner { get; set; } public string Text { get; set; } = ""; public bool Increase { get; set; 阅读全文
摘要:
获取分辨率缩放比例: public const int HORZRES = 8; public const int VERTRES = 10; public const int LOGPIXELSX = 88; public const int LOGPIXELSY = 90; public con 阅读全文