Skip to content

Commit

Permalink
Add version to title bar and commit the images for the report toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
robincornelius committed Nov 24, 2016
1 parent b9924b3 commit 7d11a6d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
58 changes: 29 additions & 29 deletions EDSTest/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions libEDSsharp/NetworkPDOreport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public void gennetpdodoc(string filepath, List<EDSsharp> network)

String name;

if (!eds.ods.ContainsKey(index))
break;

if (subindex == 0)
{
name = eds.ods[index].parameter_name;
Expand Down

0 comments on commit 7d11a6d

Please sign in to comment.