| | |
| | | //using CodeProvider; |
| | | using DevExpress.Utils.Extensions; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using Yw; |
| | | using Yw.WinFrmUI; |
| | |
| | | SendData?.Invoke(null, content); |
| | | } |
| | | |
| | | |
| | | |
| | | public void HideButton() |
| | | { |
| | | simpleButton1.Visible = false; |
| | | } |
| | | private void simpleButton1_Click(object sender, EventArgs e) |
| | | { |
| | | Save(); |
| | |
| | | public void Save() |
| | | { |
| | | SendText(IBoxHelper.startCode + IBoxHelper.saveprotocolCode + IBoxHelper.paramCode + JsonHelper.Object2Json(GetData()) + IBoxHelper.endCode); |
| | | |
| | | } |
| | | |
| | | public void SetData() |
| | | { |
| | | |