Example #1
0
 public IPythonProfileSession GetAutomationObject()
 {
     if (_automationSession == null)
     {
         _automationSession = new AutomationSession(this);
     }
     return(_automationSession);
 }
Example #2
0
 public IPythonProfileSession GetAutomationObject() {
     if (_automationSession == null) {
         _automationSession = new AutomationSession(this);
     }
     return _automationSession;
 }