public Action(ActionItem actionItem, bool computed) { this.m_actionItemList = new ActionItemList(); this.m_actionItemList.Add(actionItem); if (computed) { this.m_computedActionItemsCount = 1; } }
public Action() { this.m_actionItemList = new ActionItemList(); }