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

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

private m_fTreeCtrls_SetFocusSec ( String secKey ) : void
secKey String
Результат void
        private void m_fTreeCtrls_SetFocusSec(String secKey) {
            try {

                pSelectSection(secKey);

            } catch (Exception ex) {
                cError.mngError(ex, "m_fTreeCtrls_SetFocusSec", C_MODULE, "");
            }
        }
cEditor