コード例 #1
0
ファイル: SessionNode.cs プロジェクト: rsumner33/PTVS
 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;
 }