Skip to content

Commit a1b774b

Browse files
Add files via upload
1 parent d210cba commit a1b774b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/functions.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ function ConvertFrom-WinFormsXML {
24542454
}
24552455
}
24562456
default {
2457-
$newControl.$attribName = $value
2457+
try{$newControl.$attribName = $value}catch{}
24582458
}
24592459
}
24602460
}

0 commit comments

Comments
 (0)