Skip to content

Commit

Permalink
Better instructions for the Goto Picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHarrod committed Jun 27, 2024
1 parent 3dc27e8 commit 6cd55f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppTestStudio/frmTreePicker.Designer.cs

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

7 changes: 7 additions & 0 deletions AppTestStudio/frmTreePicker.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,11 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="label3.Text" xml:space="preserve">
<value>Information: At runtime, this will search one section at a time for the node listed and pick the first instance it finds. Recommended that you use unique names on each node so that this will pick the node you need.

If the node is not found all nodes in that section will be ignored due to attempting to match on something that does not exist.

</value>
</data>
</root>

0 comments on commit 6cd55f1

Please sign in to comment.