소스 검색

desirialize

Mauro de Lyon 10 년 전
부모
커밋
57aee39737
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Proftaak Remote Healthcare/FietsClientV2/TCPConnection.cs

+ 3 - 1
Proftaak Remote Healthcare/FietsClientV2/TCPConnection.cs

@@ -201,7 +201,9 @@ namespace FietsClient
                             {
                                 DoctorModel.doctorModel.onlinePatients = new List<String>();
                             }
-
+                            break;
+                        case "9":
+                            JsonConvert.DeserializeObject<List<User>>(response_parts[1]);
                             break;
                     }
                 }