| | |
| | | public partial class IBoxFormOverview : DocumentPage |
| | | { |
| | | |
| | | private string startCode = "[&start&]"; |
| | | private string endCode = "[&end&]"; |
| | | private string paramCode = "[¶m&]"; |
| | | private string getbaseCode = "getbase"; |
| | | private string getrealrecordCode = "getrealrecord"; |
| | | private string gethistoryrecordCode = "gethistoryrecord"; |
| | | private string getalarmbydayCode = "getalarmbyday"; |
| | | private string getbysignalidofdayrangeCode = "getbysignalidofdayrange"; |
| | | //private string startCode = "[&start&]"; |
| | | //private string endCode = "[&end&]"; |
| | | //private string paramCode = "[¶m&]"; |
| | | //private string getbaseCode = "getbase"; |
| | | //private string getrealrecordCode = "getrealrecord"; |
| | | //private string gethistoryrecordCode = "gethistoryrecord"; |
| | | //private string getalarmbydayCode = "getalarmbyday"; |
| | | //private string getbysignalidofdayrangeCode = "getbysignalidofdayrange"; |
| | | |
| | | //Stopwatch sw = new Stopwatch(); |
| | | //string swstr=string.Empty; |
| | |
| | | private void EboxForm_Load(object sender, EventArgs e) |
| | | { |
| | | Thread.Sleep(500); |
| | | SendText(startCode + getbaseCode + paramCode + endCode); |
| | | SendText(IBoxHelper.startCode + IBoxHelper.getbaseCode + IBoxHelper.paramCode + IBoxHelper.endCode); |
| | | |
| | | } |
| | | |