Esempio n. 1
0
 public void Xoa(Sach s)
 {
     DanhSachSach.Remove(s);
 }
Esempio n. 2
0
 public void Them(Sach s)
 {
     DanhSachSach.Add(s);
 }