コード例 #1
0
ファイル: NemerleFileNode.cs プロジェクト: ugurak/nemerle
 public override object GetAutomationObject()
 {
     if (_automationObject == null)
     {
         _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this);
     }
     return(_automationObject);
 }
コード例 #2
0
ファイル: NemerleFileNode.cs プロジェクト: vestild/nemerle
 public override object GetAutomationObject()
 {
     if (_automationObject == null)
     {
         _automationObject = new NemerleOAFileItem((OAProject)ProjectMgr.GetAutomationObject(), this);
     }
     return _automationObject;
 }