displaygroupinfo.resources.ps1
& { $BinaryFormatter = New-Object -TypeName System.Runtime.Serialization.Formatters.Binary.BinaryFormatter @{ 'GroupCountBox.Name' = 'GroupCountBox' 'ReprocessUsers.Name' = 'ReprocessUsers' 'PoplateMembers.Name' = 'PoplateMembers' 'MembersView.Name' = 'MembersView' 'LicenseTextBox.Name' = 'LicenseTextBox' 'Label1.Name' = 'Label1' 'ErrorLabel.Name' = 'ErrorLabel' 'LicenseProcessingState.Name' = 'LicenseProcessingState' 'ErrorCountBox.Name' = 'ErrorCountBox' 'ErrorsView.Name' = 'ErrorsView' '$this.Name' = 'GroupInfo' 'CloseDisplay.Name' = 'CloseDisplay' 'Label2.Name' = 'Label2' 'RefreshErrors.Name' = 'RefreshErrors' 'MemberLabel.Name' = 'MemberLabel' } } |