Example #1
0
 public WatchAction()
 {
     Enabled         = false;
     EventType       = FileEventWatchType.None;
     Action          = FileAction.Notify;
     DestinationPath = "";
 }
 public WatchAction()
 {
     Enabled = false;
     EventType = FileEventWatchType.None;
     Action = FileAction.Notify;
     DestinationPath = "";
 }