mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-07-16 17:00:43 +00:00
* 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)
|
|
}
|