Ejemplo n.º 1
0
 private void TestList()
 {
     aa.MonitorLogWebService dd = new aa.MonitorLogWebService();
     this.GridView1.DataSource = dd.GetMonitorLogListPackaged("29E11BDC6DAC439896958CC6866FF64E", null, 0, 10, "11");
     GridView1.DataBind();
 }
Ejemplo n.º 2
0
 private void TestUpdate()
 {
     aa.MonitorLogWebService dd = new aa.MonitorLogWebService();
     lb2.Text = dd.SetMonitorLogIfFlagInfo("29E11BDC6DAC439896958CC6866FF64E", "11").ToString();
 }
Ejemplo n.º 3
0
 private void TestCount()
 {
     //GetMonitorLogNotPackagedCount(
     aa.MonitorLogWebService dd = new aa.MonitorLogWebService();//"0d2bf77f765849249a0270c0a07fef07"
     this.lb1.Text = dd.GetMonitorLogNotPackagedCount("29E11BDC6DAC439896958CC6866FF64E", null).ToString();
 }