Esempio n. 1
0
        public void Setup()
        {
            SetupDialog dialog = new SetupDialog(this.m_setupNode);

            if (dialog.ShowDialog() == DialogResult.OK)
            {
                this.CompilePortMappings();
            }
        }
Esempio n. 2
0
 public void Setup()
 {
     SetupDialog dialog = new SetupDialog(this.m_setupNode);
     if (dialog.ShowDialog() == DialogResult.OK)
     {
         this.CompilePortMappings();
     }
 }