Exemple #1
0
 private void FrmPMThi_Load(object sender, EventArgs e)
 {
     xl.UpdateKetQua(mand);//Chỉnh lại theo mã người dùng phù hợp
     xl.loadcauhoi(mand);
     cb_dk.SelectedIndex         = 0;
     gv_dapan.ShowingEditor     += gv_dapan_ShowingEditor;
     gv_dapan.FocusedRowChanged += gv_dapan_FocusedRowChanged;
     loadtungcau();
 }