Skip to content

Commit

Permalink
Update main.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Sep 7, 2024
1 parent 1a4e0b6 commit 7e932aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Init/main.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#===========================================================================
#region Select elements with a Name attribute using XPath and iterate over them
#===========================================================================

# Select elements with a Name attribute and iterate
$xaml.SelectNodes("//*[@Name]") | ForEach-Object {
$name = $_.Name
$element = $itt["window"].FindName($name)
Expand Down

0 comments on commit 7e932aa

Please sign in to comment.