Пример #1
0
 public void AddExistedFileToProject(string projectName, string file)
 {
     _vsHelper.AddExistedFileToProject(projectName, file);
 }