public OpenResponse(DTOBase currentWorkingDirectory, FullPath fullPath) : base(currentWorkingDirectory) { Options = new Options(fullPath); _files.Add(currentWorkingDirectory); }
public InitResponse(DTOBase currentWorkingDirectory, Options options) : base(currentWorkingDirectory) { Options = options; }
public InitResponse(DTOBase currentWorkingDirectory) : base(currentWorkingDirectory) { Options = new Options(); }