摘要:
解决方案1:通用的静态通知事件 public class DemoViewModel { private static string property1; // 定义静态属性 public static string Property1 { get => property1; set { prope 阅读全文
摘要:
前言 作者使用的开发环境是 Windows 10,样式调整都是基于 Windows 10 做的。项目经理使用的电脑是 Windows 7 ,运行在上面会出现 Popup 弹出的位置错乱。 在网上查找了相关资料,最终确定出现上述问题的原因是由于 Windows 7 和 Windows 10 的 Pop 阅读全文