Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RouR committed Jan 1, 2019
2 parents 19b2ba2 + 206e023 commit ddb0cfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ var wrapper = new GraphGeneration(getStartProcessQuery,
byte[] bytes = wrapper.GenerateGraph(graphwizFileData, GraphVizWrapper.Enums.GraphReturnType.Png);
SaveResultImage(bytes, $"./{TestContext.CurrentContext.Test.FullName}.png");
```

# Example
https://github.com/RouR/ToDo-ToBuy/blob/ff367c92ce21d1bf9ebea40438965d6fa1c9d23d/build/Microdocum.cs#L37
https://github.com/RouR/ToDo-ToBuy/blob/ff367c92ce21d1bf9ebea40438965d6fa1c9d23d/DTO_routing.png
![example](https://raw.githubusercontent.com/RouR/ToDo-ToBuy/ff367c92ce21d1bf9ebea40438965d6fa1c9d23d/DTO_routing.png)

0 comments on commit ddb0cfa

Please sign in to comment.