Beispiel #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();
        }
Beispiel #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();
 }