/// <summary> /// Gets the automation object for the file node. /// </summary> /// <returns></returns> public override object GetAutomationObject() { if (automationObject == null) { automationObject = new OAUsagiProjectFileItem(this.ProjectMgr.GetAutomationObject() as OAProject, this); } return(automationObject); }
/// <summary> /// Gets the automation object for the file node. /// </summary> /// <returns></returns> public override object GetAutomationObject() { if(automationObject == null) { automationObject = new OAUsagiProjectFileItem(this.ProjectMgr.GetAutomationObject() as OAProject, this); } return automationObject; }