摘要:
方式一、通过当前控件名获取父级窗体 Window targetWindow = Window.GetWindow(button); 方式二、通过当前控件获取父级窗体 Window parentWindow = Window.GetWindow(this); 方式三、类--Application Window mainwin = Application.Current.MainWin... 阅读全文
posted @ 2019-04-19 11:09
xunyiHe
阅读(1080)
评论(0)
推荐(0)