Example #1
0
 //Beim schließen der Form wird die Verbindung zum Roboter unterbrochen
 private void Robotform_FormClosing(object sender, FormClosingEventArgs e)
 {
     DobotDll.DisconnectDobot();
 }
Example #2
0
 private void Window_Closed(object sender, EventArgs e)
 {
     DobotDll.DisconnectDobot();
 }
Example #3
0
 /// <summary>
 /// 切断処理
 /// </summary>
 public void DisconnectDobot() => DobotDll.DisconnectDobot();