返回数据

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

原文地址:https://www.cnblogs.com/zouhuaxin/p/15655150.html