コード例 #1
0
ファイル: WHSClamAVScan.cs プロジェクト: tsew/whsclamav
        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;
            }
        }
コード例 #2
0
ファイル: WHSClamAVUpdate.cs プロジェクト: tsew/whsclamav
 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();
 }