Beispiel #1
0
 private void Validate()
 {
     if (!UiServices.Contains <IUiNotification>())
     {
         throw CdiHelper.CreateException(CdoWpfErrorCode.NotificationNotInstalled, "Notification service not installed.");
     }
 }