Enums/Orientation.ps1
|
Add-Type -TypeDefinition @"
public enum Orientation { Portrait, Landscape } "@ |
|
Add-Type -TypeDefinition @"
public enum Orientation { Portrait, Landscape } "@ |