| | |
| | | { |
| | | public partial class IBoxFormSystemInfo : DocumentPage |
| | | { |
| | | private string startCode = "[&start&]"; |
| | | private string endCode = "[&end&]"; |
| | | private string paramCode = "[¶m&]"; |
| | | private string getstoreCode = "getstore"; |
| | | |
| | | public IBoxFormSystemInfo() |
| | | { |
| | | this.PageTitle.Caption = "设备信息"; |
| | |
| | | private void EboxFormSystemInfo_Load(object sender, EventArgs e) |
| | | { |
| | | Thread.Sleep(500); |
| | | SendText(startCode + getstoreCode + paramCode + endCode); |
| | | SendText(IBoxHelper.startCode + IBoxHelper.getstoreCode + IBoxHelper.paramCode + IBoxHelper.endCode); |
| | | } |
| | | public event EventHandler<string> SendData; |
| | | private void SendText(string content) |