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