Example #1
0
 void IDevice.StopGestureRecognition()
 {
     if (_kHandler != null)
     {
         _kHandler.StopRecGesture();
     }
 }