private void btnProduceDownload_Click(object sender, EventArgs e) { using (var pds = new RmProduceDownLoad()) { pds.ShowDialog(); } }