Exemple #1
0
        private async void btnDisableNotifications_Click(object sender, RoutedEventArgs e)
        {
            await acc.DisableNotifications();

            await gyro.DisableNotifications();

            await hum.DisableNotifications();

            await ks.DisableNotifications();

            await mg.DisableNotifications();

            await ps.DisableNotifications();

            await tempSen.DisableNotifications();
        }