private void EnablePushNotifications(object sender, EventArgs e) { _alertDialogFactory.Show("Enabling..."); _featuresService.Activate(FeatureIds.PushNotifications); }
private void EnablePushNotifications(object sender, EventArgs e) { _statusIndicatorService.Show("Enabling..."); _featuresService.Activate(FeatureIds.EnterpriseSupport); }