WINFORM调用子窗体确认后刷新父窗体

父窗体调用子窗体事件后操作: 

 if (new DrugSendSet().ShowDialog() == DialogResult.OK)
            {

       刷新事件--------

     }

子窗体完成事件后确认后操作:

     this.DialogResult = DialogResult.OK;

posted on 2011-12-06 22:18  疯狂的石头陈  阅读(237)  评论(0编辑  收藏  举报

导航