void FillLists() { m_listCountries.Refresh(); m_listRegions.Refresh(); m_ListStores.Refresh(); Country[] arrCountry = new Country [m_listCountries.Count]; m_listCountries.Values.CopyTo(arrCountry, 0); lookUpCountries.Properties.DataSource = arrCountry; }
public EmployeeContext() { m_worldDiction.Refresh(); m_storeDiction.Refresh(); _storeShortList.ReInit(); }