示例#1
0
 public void Xoa(TapChi tc)
 {
     DanhSachTapChi.Remove(tc);
 }
示例#2
0
 public void Them(TapChi tc)
 {
     DanhSachTapChi.Add(tc);
 }