Skip to content

Instantly share code, notes, and snippets.

@bundyfx
Created January 16, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bundyfx/f9c20fd2984ef2501a4a to your computer and use it in GitHub Desktop.
Save bundyfx/f9c20fd2984ef2501a4a to your computer and use it in GitHub Desktop.
#Starting Section
$reader=(New-Object System.Xml.XmlNodeReader $xaml)
$Window=[Windows.Markup.XamlReader]::Load($reader)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment