Esempio n. 1
0
 public INodeProfileSession GetAutomationObject()
 {
     if (_automationSession == null)
     {
         _automationSession = new AutomationSession(this);
     }
     return(_automationSession);
 }
 public INodeProfileSession GetAutomationObject() {
     if (_automationSession == null) {
         _automationSession = new AutomationSession(this);
     }
     return _automationSession;
 }