Start(newClient); } } public void HandleClient(object obj) { TcpClient client = (TcpClient)obj; BinaryFormatter binaryformatter = new BinaryFormatter(); ...
確定! 回上一頁