예제 #1
0
 protected virtual void OnGeneralVerboseOutputPrinted(SearchEventArgs e)
 {
     GeneralVerboseOutputPrinted?.Invoke(this, e);
 }
예제 #2
0
 protected virtual void OnSearchNodeProcessed(SearchEventArgs e)
 {
     SearchNodeProcessed?.Invoke(this, e);
 }