Exemplo n.º 1
0
        /// <summary>
        /// Raises <see cref="aslSettingsDialog"/> to change the settings
        /// for this interface.
        /// </summary>
        public override void ChangeSettings()
        {
            aslSettingsDialog dlg = new aslSettingsDialog(this, this.aslPort);

            dlg.AslSettings = this.Settings;
            dlg.ShowDialog();
        }
Exemplo n.º 2
0
 /// <summary>
 /// Raises <see cref="aslSettingsDialog"/> to change the settings
 /// for this interface.
 /// </summary>
 public override void ChangeSettings()
 {
   aslSettingsDialog dlg = new aslSettingsDialog(this, this.aslPort);
   dlg.AslSettings = this.Settings;
   dlg.ShowDialog();
 }