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

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

private refreshBody ( ) : void
Результат void
        private void refreshBody() {
            try {

                m_paint.endMove(m_picReport.CreateGraphics());

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