Exemple #1
0
        public void Setup()
        {
            frmEfxSetup setup = new frmEfxSetup(this.m_setupNode, true);

            if (setup.ShowDialog() == DialogResult.OK)
            {
                this.SetPort();
            }
        }
Exemple #2
0
 public void Setup()
 {
     frmEfxSetup setup = new frmEfxSetup(this.m_setupNode, true);
     if (setup.ShowDialog() == DialogResult.OK)
     {
         this.SetPort();
     }
 }