示例#1
0
 public override object GetAutomationObject()
 {
     if (_automationObject == null)
     {
         _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this);
     }
     return(_automationObject);
 }
示例#2
0
 public override object GetAutomationObject()
 {
     if (_automationObject == null)
     {
         _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this);
     }
     return _automationObject;
 }