Beispiel #1
0
 private void Refresh(object sender, ReporterEventArgs e)
 {
     ThreadHelper.dispatcher.Dispatch(delegate
     {
         FetchSnapshots();
     });
 }
Beispiel #2
0
 static void Postfix(ReporterEventArgs e) => Log.Debug($"{new StackFrame(1).GetMethod().Name}.Postfix({((FileSystemEventArgs)e.arguments).FullPath})"/* + Helper.STCulled()*/);