CSReportEditor.cEditor.pSelectSection C# (CSharp) Метод

pSelectSection() приватный Метод

private pSelectSection ( String secKey ) : void
secKey String
Результат void
		private void pSelectSection(String secKey) 
		{
			bool bIsSecLn = false;
			pSelectSection (secKey, out bIsSecLn);
		}

Same methods

cEditor::pSelectSection ( String secKey, bool &bIsSecLn ) : void
cEditor