Beispiel #1
0
 public static void DismissLicenseLimitNotification(NotificationCenter notificationCenter, LimitType type)
 {
     notificationCenter.Dismiss(AlertRaised.GetKey(AlertType.LicenseManager_LicenseLimit, type.ToString()));
 }