Ejemplo n.º 1
0
 public void DestroyListItem(int posX, int posY)
 {
     list.DestroyItemByName(posX + "_" + posY);
 }