Private/TooltipDto.ps1
class TooltipDto { [string]$Text [string]$ForegroundColor [string]$BackgroundColor } |
class TooltipDto { [string]$Text [string]$ForegroundColor [string]$BackgroundColor } |