Exemplo n.º 1
0
 private void buttonSetup_Click(object sender, EventArgs e)
 {
     if (m_Setup.IsDisposed)
     {
         m_Setup = m_gs(this);
     }
     m_Setup.Show();
 }