CodeTV.PanelChannelProperties.buttonNewChannel_Click C# (CSharp) Method

buttonNewChannel_Click() private method

private buttonNewChannel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void buttonNewChannel_Click(object sender, EventArgs e)
        {
            this.propertyGridChannel.SelectedObject = (this.comboBoxTunerType.SelectedItem as TunerTypeEx).GetNewChannel();
            this.MainForm.panelChannel.currentPropertyChannels = null;
            this.buttonPropertyApply.Enabled = false;
        }