2011年5月10日

在wpf或winform关闭子窗口或对子窗口进行某个操作后刷新父窗口

摘要: 父窗口: /// <summary> ///弹出窗口 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void miFuncSet_Click(object sender, RoutedEventArgs e) { WinFuncSetting funcSetting = new WinFuncSetting(); funcSetting.ChangeTextE 阅读全文

posted @ 2011-05-10 09:47 MichaelZhao 阅读(2358) 评论(1) 推荐(3)

导航