コード例 #1
0
ファイル: fmMain.cs プロジェクト: stuartmayhew/WPTimesheets
 private void LoadCustomerCombo(string companyStr, string branchStr, bool showActive, bool useItemNo)
 {
     cbCustomer.DataSource    = SelectListHelper.GetCustomerList(companyStr, branchStr, showActive, useItemNo);
     cbCustomer.DisplayMember = "key";
     cbCustomer.ValueMember   = "value";
 }