Skip to content

Commit

Permalink
Documenting screens and app
Browse files Browse the repository at this point in the history
Screens and app weren't documented so far....
  • Loading branch information
modery committed Dec 24, 2021
1 parent 87ec9be commit b82a28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PowerDocu.AppDocumenter/AppWordDocBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private void addDetailedAppControls()
List<ControlEntity> allControls = new List<ControlEntity>();
foreach (ControlEntity control in app.Controls)
{
allControls.Add(control);
allControls.AddRange(getAllChildControls(control));
}
body.AppendChild(new Paragraph(new Run(new Text($"A total of {allControls.Count} Controls are located in the app:"))));
Expand Down

0 comments on commit b82a28c

Please sign in to comment.