private void buttonLock_Click(object sender, EventArgs e) { client.LockChannel(textBoxChannel.Text); }