示例#1
0
 public RuleFormulaView()
 {
     // we can't just use the Editable property to disable copy/cut/paste, because we want
     // the view to be read only, so instead we use a custom EditingHelper
     m_editingHelper = new RuleFormulaEditingHelper(this);
 }
示例#2
0
		public RuleFormulaView()
		{
			// we can't just use the Editable property to disable copy/cut/paste, because we want
			// the view to be read only, so instead we use a custom EditingHelper
			m_editingHelper = new RuleFormulaEditingHelper(this);
		}