| | |
| | | using Gs.DevApp.DevFrm.BasicData; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | |
| | | btnSave.Click += BtnSave_Click; |
| | | this.FormClosed += EasyRptEdtShow_FormClosed; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 关闭后刷新父页面 |
| | | /// </summary> |
| | | /// <param name="sender"></param> |
| | | /// <param name="e"></param> |
| | | private void EasyRptEdtShow_FormClosed(object sender, FormClosedEventArgs e) |
| | | { |
| | | UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringSingle = "1" }); |
| | |
| | | /// </summary> |
| | | public event EventHandler<UpdateParentEventArgs> UpdateParent; |
| | | |
| | | |
| | | } |
| | | } |