返回数据

     private void SetReturnData()
        {
            string param = Convert.ToString(this.View.Model.GetValue("FDisposition"));
            this.View.ReturnToParentWindow(param);
            this.View.Close();
        }

posted @ 2021-12-07 11:21  木古白水  阅读(42)  评论(0编辑  收藏  举报