Exemplo n.º 1
0
 public void Xoa(HinhChuNhat a)
 {
     dshcn.Remove(a);
 }
Exemplo n.º 2
0
 public void Them(HinhChuNhat n)
 {
     dshcn.Add(n);
 }