Skip to content

Commit d210cba

Browse files
Add files via upload
1 parent 3c9637f commit d210cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Designer/Designer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ function ConvertFrom-WinFormsXML {
822822
}
823823
}
824824
default {
825-
$newControl.$attribName = $value
825+
try{$newControl.$attribName = $value}catch{}
826826
}
827827
}
828828
}

0 commit comments

Comments
 (0)