Example #1
0
 private void Refresh_Click(object sender, EventArgs e)
 {
     quyDinhGrid.DataSource = hsBUS.QuyDinh();
 }
Example #2
0
 private void ControlMain_Load(object sender, EventArgs e)
 {
     hsBUS = new HoSoBUS();
     quyDinhGrid.DataSource = hsBUS.QuyDinh();
 }