Esempio n. 1
0
 public Point(Gwen.Point point)
 {
     target = point;
 }
Esempio n. 2
0
 public Point(int x, int y)
 {
     target = new Gwen.Point(x, y);
 }