You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Added type
This commit is contained in:
@@ -21,6 +21,8 @@ param(
|
||||
}
|
||||
}
|
||||
'Forms' {
|
||||
Add-Type -AssemblyName System.Windows.Forms
|
||||
Add-Type -AssemblyName System.Drawing
|
||||
$Form = New-Object System.Windows.Forms.Form -Property @{
|
||||
Text = $Title
|
||||
Size = New-Object System.Drawing.Size(300,150)
|
||||
|
||||
Reference in New Issue
Block a user