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

cReportPaint() публичный Метод

public cReportPaint ( ) : System
Результат System
        public cReportPaint() 
        {
            try 
            {
                m_scaleX = 1;
                m_scaleY = 1;

                G.redim(ref m_vGridObjs, 0, 0);
                cGlobals.redim(ref m_fnt, 0);
                G.redim(ref m_vSelectedKeys, 0);

                m_zoom = 100;
            } 
            catch (Exception ex) {
                cError.mngError(ex, "constructor", C_MODULE, "");
            }
        }