void CELFSectionView::SetSectionIndex(uint16 sectionIndex)
{
	m_nSection = sectionIndex;
	FillInformation();
}
Example #2
0
void CELFProgramView::SetProgramIndex(uint16 programIndex)
{
	m_nProgram = programIndex;
	FillInformation();
}