예제 #1
0
 protected virtual void Detect(DetectionEventsArgs e)
 {
     if (Detection != null)
     {
         Detection(this, e);
     }
 }
예제 #2
0
 internal void OpenDetection(object sender, DetectionEventsArgs args)
 {
     Args = args;
     Helper.Print("DETECTION: file {0} has been changed", args.fileName);
 }