예제 #1
0
 /// <summary>OnTrayMotionOKHandler</summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnSetMotionSpeedOK(Object sender, EventArgs e)
 {
     if (OnSetMotionSpeedOKHandler != null)
     {
         OnSetMotionSpeedOKHandler.Invoke(this, e);
     }
 }
예제 #2
0
 /// <summary>OnTrayMotionOKHandler</summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnSetMotionSpeedOK(Object sender, EventArgs e)
 {
     Debug.WriteLine("Drawer IP=" + this.DeviceIP + ", Event=" + "OnSetMotionSpeedOK");
     if (OnSetMotionSpeedOKHandler != null)
     {
         OnSetMotionSpeedOKHandler.Invoke(this, e);
     }
 }