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