Beispiel #1
0
 public void fillGestureList()
 {
     lb_Gestures.ItemsSource = currentSystem.getKnownGesturenames().OrderBy(g => g);
 }