예제 #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     dataGridView4.DataSource = TheLoai_BUS.LoadDanhSachTheLoai();
 }
예제 #2
0
 private void button8_Click(object sender, EventArgs e)
 {
     TheLoai_BUS.ThemMotTheLoai(textBox8.Text);
     dataGridView3.DataSource = TheLoai_BUS.LoadDanhSachTheLoai();
 }