摘要: 蒙版 弹出 窗体 窗口 弹窗 阅读全文
posted @ 2020-03-19 16:10 wesson2019 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: using System.Windows.Forms; Demo private void Window_Loaded(object sender, RoutedEventArgs e) { InitialTray(); } private void Window_Closing(object se 阅读全文
posted @ 2020-03-19 16:09 wesson2019 阅读(1857) 评论(0) 推荐(0) 编辑
摘要: 主窗口居中置顶 public MainWindow() { InitializeComponent(); WindowStartupLocation = WindowStartupLocation.CenterScreen; this.Topmost = true; } private void W 阅读全文
posted @ 2020-03-19 16:05 wesson2019 阅读(2515) 评论(0) 推荐(0) 编辑