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