This commit is contained in:
Olai Vike Bøe 2022-10-10 13:06:29 +02:00
parent 1bd9252abf
commit 6053d894da

View file

@ -570,7 +570,7 @@ $button4 = New-Object System.Windows.Forms.Button
$button4.Location ='30,190' $button4.Location ='30,190'
$button4.Size = '145, 35' $button4.Size = '145, 35'
$button4.Name = "Update Windows" $button4.Name = "Update Windows"
$button4.Text = "Update WIndows" $button4.Text = "Update Windows"
$button4.BackColor = "White" $button4.BackColor = "White"
$button4.Add_Click({UpdWin}) $button4.Add_Click({UpdWin})
$Tab3.Controls.Add($button4) $Tab3.Controls.Add($button4)