Exemplo n.º 1
0
        public void NotificationChanged(string UniqueID, WHS_Notification_Type Type, WHS_Notification_Severity Severity, int IsSuppressed, string textHeader, string textDescription, string helpFilename, string helpSection, string helpLinkText)
        {
            switch (UniqueID)
            {
            case ClamConfig.Notification.WHSClamAVScanShare:
                scanSharePath = textHeader;
                break;

            default:
                break;
            }
        }
Exemplo n.º 2
0
 public void NotificationChanged(string UniqueID, WHS_Notification_Type Type, WHS_Notification_Severity Severity, int IsSuppressed, string textHeader, string textDescription, string helpFilename, string helpSection, string helpLinkText)
 {
     // throw new NotImplementedException();
 }