返回数据

     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  木古白水  阅读(50)  评论(0)    收藏  举报