Ejemplo n.º 1
0
 public void Xoa(Bao b)
 {
     DanhSachBao.Remove(b);
 }
Ejemplo n.º 2
0
 public void Them(Bao b)
 {
     DanhSachBao.Add(b);
 }