예제 #1
0
 public IPythonProfileSession GetAutomationObject()
 {
     if (_automationSession == null)
     {
         _automationSession = new AutomationSession(this);
     }
     return(_automationSession);
 }
예제 #2
0
파일: SessionNode.cs 프로젝트: RussBaz/PTVS
 public IPythonProfileSession GetAutomationObject() {
     if (_automationSession == null) {
         _automationSession = new AutomationSession(this);
     }
     return _automationSession;
 }