Skip to content

Commit 7d11a6d

Browse files
Add version to title bar and commit the images for the report toolbar
1 parent b9924b3 commit 7d11a6d

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

‎EDSTest/Form1.Designer.cs‎

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎libEDSsharp/NetworkPDOreport.cs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ public void gennetpdodoc(string filepath, List<EDSsharp> network)
151151

152152
String name;
153153

154+
if (!eds.ods.ContainsKey(index))
155+
break;
156+
154157
if (subindex == 0)
155158
{
156159
name = eds.ods[index].parameter_name;

0 commit comments

Comments
 (0)