This commit is contained in:
Olai Vike Bøe 2022-09-16 13:06:41 +02:00
parent 00f5567c2b
commit 7929bdeb5c

View file

@ -120,7 +120,7 @@ $button4.Location = '122, 60'
$button4.Name = "Edit Winget Software" $button4.Name = "Edit Winget Software"
$button4.Size = '95, 35' $button4.Size = '95, 35'
$button4.TabIndex = 2 $button4.TabIndex = 2
$button4.Text = "Edit Wiget Software" $button4.Text = "Edit Winget Software"
$button4.Add_Click({EditWinget}) $button4.Add_Click({EditWinget})
$checkBox = new-object System.Windows.Forms.checkbox $checkBox = new-object System.Windows.Forms.checkbox