CSReportEditor.fProperties.setSetFormulaValueChanged C# (CSharp) Метод

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

public setSetFormulaValueChanged ( bool rhs ) : void
rhs bool
Результат void
        public void setSetFormulaValueChanged(bool rhs)
        {
            m_setFormulaValueChanged = rhs;
        }
fProperties