Ejemplo n.º 1
0
 private SolutionExplorer_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }
Ejemplo n.º 2
0
 private Editor_InProc()
 {
     _sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
 }