public override object GetAutomationObject() { if (_automationObject == null) { _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this); } return(_automationObject); }
public override object GetAutomationObject() { if (_automationObject == null) { _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this); } return _automationObject; }