예제 #1
0
 public override void Stop() //Stop Method. Runs when the user presses the "Stop" button.
 {
     SerialController.StopSerial();
     updateTimer.Stop();
 }