示例#1
0
 /// <summary>
 /// Shut down both controllers in this pair. Must be called when the controllers are no longer needed.
 /// </summary>
 public void Shutdown()
 {
     LeftController.Shutdown();
     RightController.Shutdown();
 }