C# Class ArgusTV.Recorder.MediaPortalTvServer.SetupForm

Inheritance: SetupTv.SectionSettings
Show file Open project: ARGUS-TV/ARGUS-TV-Recorders

Public Methods

Method Description
OnSectionActivated ( ) : void
OnSectionDeActivated ( ) : void
SetupForm ( ) : System

Private Methods

Method Description
AddUncPathItem ( List pathItems, string name, string path ) : bool
ConnectToArgusTV ( ) : void
DisconnectFromArgusTV ( ) : void
EnableChannelButtons ( ) : void
EnableUncButtons ( ) : void
GetLinkedMessageAndColor ( ArgusTV.DataContracts.Channel channel, string &message, Color &rowColor ) : void
LoadChannels ( ) : void
LoadUncPaths ( ) : void
ShowCreateShareForm ( UncPathItem linkItem ) : void
_channelTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
_channelsDataGridView_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
_channelsDataGridView_DoubleClick ( object sender, EventArgs e ) : void
_channelsDataGridView_SelectionChanged ( object sender, EventArgs e ) : void
_connectButton_Click ( object sender, EventArgs e ) : void
_createTimeshiftingShareButton_Click ( object sender, EventArgs e ) : void
_createUncShareButton_Click ( object sender, EventArgs e ) : void
_importChannelsButton_Click ( object sender, EventArgs e ) : void
_linkChannelButton_Click ( object sender, EventArgs e ) : void
_refreshButton_Click ( object sender, EventArgs e ) : void
_refreshUncButton_Click ( object sender, EventArgs e ) : void
_syncTve3EpgcheckBox_CheckedChanged ( object sender, EventArgs e ) : void
_tabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
_uncPathsDataGridView_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
_uncPathsDataGridView_SelectionChanged ( object sender, EventArgs e ) : void
_uncTimeshiftingDataGridView_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

OnSectionActivated() public method

public OnSectionActivated ( ) : void
return void

OnSectionDeActivated() public method

public OnSectionDeActivated ( ) : void
return void

SetupForm() public method

public SetupForm ( ) : System
return System