コード例 #1
0
 private void QuanLyPhim_Load(object sender, EventArgs e)
 {
     try
     {
         list = phimBLL.DanhSachPhim();
         dgvPhim.AutoGenerateColumns = false;
         dgvPhim.DataSource          = list;
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }