Beispiel #1
0
 public bool StartTracking(int skeletonID)
 {
     return(_kHandler != null && _kHandler.StartTracking(skeletonID));
 }