コード例 #1
0
 public void showSecurityCheckDialog(object sender, EventArgs e)
 {
     if (m_form == null)
     {
         m_form = new SecurityCheckForm(m_host);
     }
     m_form.Show();
     return;
 }
コード例 #2
0
 public void showSecurityCheckDialog(object sender, EventArgs e)
 {
     if(m_form == null)
     {
         m_form = new SecurityCheckForm(m_host);
     }
     m_form.Show();
     return;
 }