Exemplo n.º 1
0
 void clientErrorHandler(object sender, DSCClientErrorEventArgs e)
 {
     Debug.LogWarning("::OnError");
 }
Exemplo n.º 2
0
 void HandleM_ClientOnError(object sender, DSCClientErrorEventArgs e)
 {
     Debug.LogWarning("::OnError");
 }
Exemplo n.º 3
0
 void HandleOnError(object sender, DSCClientErrorEventArgs e)
 {
 }