Win.CodeNavi.frmMain.WatcherUpdateGrepifyProfiles C# (CSharp) Method

WatcherUpdateGrepifyProfiles() private method

private WatcherUpdateGrepifyProfiles ( object e, FileSystemEventArgs a ) : void
e object
a FileSystemEventArgs
return void
        private void WatcherUpdateGrepifyProfiles(object e, FileSystemEventArgs a)
        {
            UpdateGrepifyProfiles();
        }