grouplicensereport.resources.ps1

& { $BinaryFormatter = New-Object -TypeName System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
 @{ 
'GroupView.Name' = 'GroupView'
'$this.Name' = 'GroupLicenseReport'
'InvokeManageLicense.Name' = 'InvokeManageLicense'
'InvokeProperties.Name' = 'InvokeProperties'
'ManageLicenses.Name' = 'ManageLicenses'
'GroupReport.Name' = 'GroupReport'
'CloseLicenseReport.Name' = 'CloseLicenseReport'
'RefreshLicenseReport.Name' = 'RefreshLicenseReport'
}
}