Beispiel #1
0
 private void ExtraCommands_Locate(object sender, RoutedEventArgs e)
 {
     if (MiBand.Ready)
     {
         band.StartVibration(Vibration.WithLeds);
     }
     else
     {
         showNotReadyMessage();
     }
 }