Beispiel #1
0
 public void Xoa(HinhTron a)
 {
     dsht.Remove(a);
 }
Beispiel #2
0
 public void Them(HinhTron t)
 {
     dsht.Add(t);
 }