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