Popup a window before the MainWindow
摘要:protected override void OnStartup(StartupEventArgs e) { Window w = new Window(); w.ShowDialog(); base.OnStartup(e); } 当w窗口关闭的时候会结束整个进程。 原因:https://doc
阅读全文
posted @ 2019-12-02 17:03
posted @ 2019-12-02 17:03
posted @ 2018-11-15 11:03
posted @ 2018-03-01 17:05
posted @ 2017-11-29 16:34
posted @ 2017-10-18 20:28