Exemplo n.º 1
0
 private async void OnStopVibrateClicked(object sender, RoutedEventArgs e)
 {
     await _band.StopVibrateAsync();
 }