mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 09:20:36 -06:00
Update functions/public/Invoke-WPFUIElements.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
parent
1c2b301613
commit
ac63c2a492
@ -15,13 +15,13 @@ function Invoke-WPFUIElements {
|
||||
#>
|
||||
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
[Parameter(Mandatory, position=0)]
|
||||
[PSCustomObject]$configVariable,
|
||||
|
||||
[Parameter(Mandatory)]
|
||||
[Parameter(Mandatory, position=1)]
|
||||
[string]$targetGridName,
|
||||
|
||||
[Parameter(Mandatory)]
|
||||
[Parameter(Mandatory, position=2)]
|
||||
[int]$columncount
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user