asked on
_xero.Companies.ForEach(Sub(x)
Dim item = Globals.Factory.GetRibbonFactory().CreateRibbonDropDownItem()
item.Label = x.TenantName
item.Tag = x.TenantId.ToString
cbCompanies.Items.Add(item)
End Sub)