private void btnShowPSF_Click(object sender, EventArgs e) { if (m_SelectedPSF != null) { m_SelectedPSF.Show(); } }