Beispiel #1
0
 private async void SetLaunchPosition(byte pos, byte speed)
 {
     if (_launchDevice != null)
     {
         await _launchDevice.SetPosition(pos, speed);
     }
 }