private void listenSocket() { varGlobal.port = Int16.Parse(txtPortServer.Text); // konversi dari string ke integer varGlobal.alamatIPServer = txtIPServer.Text; SocketTCP.StartListening(); }
private void listenSocket() { varGlobal.port = Int16.Parse(textBoxPort.Text); // konversi dari string ke integer varGlobal.alamatIPServer = textBoxIPAddress.Text; SocketTCP.StartListening(); }