CSReportPaint.cReportPrint.m_fPreview_FormUnload C# (CSharp) Метод

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

private m_fPreview_FormUnload ( ) : void
Результат void
        private void m_fPreview_FormUnload()
        {
            m_rpwPrint = null;
            m_report.getLaunchInfo().getObjPaint().setReport(null);
            m_report.getLaunchInfo().setObjPaint(null);
        }