예제 #1
0
 private void ProcessAndLogServerError(ServerError serverError)
 {
     Error = serverError.ToString();
     LogAndShowError();
 }