コード例 #1
0
 private SolutionExplorer_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }
コード例 #2
0
ファイル: Editor_InProc.cs プロジェクト: bernd5/roslyn
 private Editor_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }