VisioBot3000Variables.ps1
1 2 3 4 5 6 7 8 9 10 |
#module level variables $Visio=0 $Shapes=@{} $Stencils=@{} $StencilSearchPath=@() $updateMode=$false $LastDroppedObject=0 $RelativeOrientation='Horizontal' [System.Collections.ArrayList]$GlobalFunctions=@() |