Esempio n. 1
0
 public FruitPoint(int x, int y)
 {
     X = x;
     Y = y;
     FruitPointManager.AddInList(this);
 }