Ejemplo n.º 1
0
 public void AddFile(
     ProjectUtils.Project project,
     string fileName,
     string contents = null,
     bool open       = false
     ) => _inProc.AddFile(project.Name, fileName, contents, open);
Ejemplo n.º 2
0
 public void AddFile(string projectName, string fileName, string contents = null, bool open = false)
     => _inProc.AddFile(projectName, fileName, contents, open);