public SDRIPClientDialog(SdrIpIO owner) { this._owner = owner; this.InitializeComponent(); this.samplerateComboBox.SelectedIndex = 12; this.sampleFormatCombo.SelectedIndex = 0; this.rfAttenTrackBar.Value = 3; }
public SDRIPClientDialog(SdrIpIO owner) { _owner = owner; InitializeComponent(); samplerateComboBox.SelectedIndex = 9; sampleFormatCombo.SelectedIndex = 0; rfAttenTrackBar.Value = 3; }