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

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

private pShowSecProperties ( cIReportSection sec ) : void
sec cIReportSection
Результат void
        private void pShowSecProperties(cIReportSection sec)
        {
            pShowSecProperties(sec, "");
        }

Same methods

cEditor::pShowSecProperties ( cIReportSection sec, String secLnName ) : void
cEditor