SIL.FieldWorks.Discourse.ConstChartBody.ConstChartBody C# (CSharp) Method

ConstChartBody() public method

Make one.
public ConstChartBody ( ConstituentChartLogic logic, ConstituentChart chart ) : System
logic ConstituentChartLogic
chart ConstituentChart
return System
		public ConstChartBody(ConstituentChartLogic logic, ConstituentChart chart)
			: base(null)
		{
			m_logic = logic;
			m_logic.RowModifiedEvent += m_logic_RowModifiedEvent;
			m_chart = chart;
			IsRightToLeft = m_chart.ChartIsRtL;
			//this.ReadOnlyView = true;
		}