Beispiel #1
0
 public void Xoa(HinhVuong a)
 {
     dshv.Remove(a);
 }
Beispiel #2
0
 public void Them(HinhVuong v)
 {
     dshv.Add(v);
 }