1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added type

This commit is contained in:
Jaap Brasser
2019-08-11 22:14:11 +02:00
parent 5aadf69d87
commit ff66671456

View File

@@ -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)