Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public EmployeeContext()
 {
     m_worldDiction.Refresh();
     m_storeDiction.Refresh();
     _storeShortList.ReInit();
 }