Example #1
0
 /// <summary>
 /// Motor on
 /// </summary>
 void MotorOn()
 {
     robotManager.MotorOn();
     UpdateLogList("Motor on");
 }