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

            await gyro.EnableNotifications();

            await hum.EnableNotifications();

            await ks.EnableNotifications();

            await mg.EnableNotifications();

            await ps.EnableNotifications();

            await tempSen.EnableNotifications();
        }