コード例 #1
0
ファイル: FrmThuCUng.cs プロジェクト: babychoi1999/ThucTapCM
 public void loadhdchuathanhtoan()
 {
     using (quanlithucungEntities1 quanli = new quanlithucungEntities1())
     {
         List <hdthucungchuathanhtoan_Result> hd = quanli.hdthucungchuathanhtoan().ToList();
         cbchuathanhtoan.DataSource    = hd;
         cbchuathanhtoan.DisplayMember = "MaHD";
         cbchuathanhtoan.ValueMember   = "MaHD";
     }
 }