Example #1
0
 private void button5_Click(object sender, EventArgs e)
 {
     DanhsachSach ds = new DanhsachSach();
     ds.ShowDialog();
 }
Example #2
0
 private void danhSáchSáchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     DanhsachSach ds = new DanhsachSach();
     ds.ShowDialog();
 }