void button3_Click(object sender, EventArgs e) { var form = new ConsumerForm(nsqHostName, nsqTcpPort); form.Show(); form.Activate(); }