示例#1
0
 public void StopRunning()
 {
     //this.refreshTimer.Elapsed -= refreshTimer_Elapsed;
     //this.refreshTimer.Stop();
     StaticSerialPort.removeParser(this.Parse);
     this.tagsInfo.Rows.Clear();
 }
示例#2
0
 public void closeSerialPort()
 {
     StaticSerialPort.removeParser(_RFIDHelper.Parse);
 }