Example #1
0
 private SolutionExplorer_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }
Example #2
0
 private Editor_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }