コード例 #1
0
ファイル: UCExternalEmployee.cs プロジェクト: 5509850/baumax
 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;
 }
コード例 #2
0
ファイル: EmployeeHelper.cs プロジェクト: 5509850/baumax
 public EmployeeContext()
 {
     m_worldDiction.Refresh();
     m_storeDiction.Refresh();
     _storeShortList.ReInit();
 }