AcceptTcpClient(); HandleClient handleObj = new HandleClient(client, myInventory); thread1 = new Thread(handleObj.HandleNewClient); thread1.
確定! 回上一頁