Пример #1
0
 public wizardResult LaunchWizard(string VSZFile, ref object[] ContextParams)
 {
     return(_dte.LaunchWizard(VSZFile, ref ContextParams));
 }