mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-09 07:47:28 +00:00
01ef78915a
* Made -NoUi not exit the window * Update start.ps1 * Update main.ps1 * Update main.ps1 * Update Set-WinUtilProgressbar.ps1 * Update Invoke-WPFImpex.ps1 * Update Invoke-WPFUIThread.ps1 * Update start.ps1 * Update Invoke-WPFUIThread.ps1 * Update main.ps1 * Update main.ps1
4 lines
102 B
PowerShell
4 lines
102 B
PowerShell
function Invoke-WPFUIThread ($ScriptBlock) {
|
|
$sync.form.Dispatcher.Invoke([action]$ScriptBlock)
|
|
}
|