Create and manage MSA or grMSA

This commit is contained in:
2025-09-24 02:53:53 +00:00
parent 3bf2931815
commit a814231db9

View File

@@ -129,4 +129,4 @@ $form.Add_MouseClick({
# Show the form # Show the form
$form.Topmost = $true $form.Topmost = $true
$form.Add_Shown({$form.Activate()}) $form.Add_Shown({$form.Activate()})
[void]$form.ShowDialog() [void]$form.ShowDialog()