コード例 #1
0
 private void EnablePushNotifications(object sender, EventArgs e)
 {
     _alertDialogFactory.Show("Enabling...");
     _featuresService.Activate(FeatureIds.PushNotifications);
 }
コード例 #2
0
 private void EnablePushNotifications(object sender, EventArgs e)
 {
     _statusIndicatorService.Show("Enabling...");
     _featuresService.Activate(FeatureIds.EnterpriseSupport);
 }