Beispiel #1
0
 public async Task __Predict__(string error, Result[] result)
 {
     OnPredict?.Invoke(error, result);
 }
Beispiel #2
0
 public void __Predict__(string error, Result[] result)
 {
     OnPredict?.Invoke(error, result);
 }