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