void button2_Click(object sender, EventArgs e) { var form = new ProducerForm(nsqHostName, nsqHttpPort); form.Show(); form.Activate(); }