Ejemplo n.º 1
0
 public Paper(int x, int y)
 {
     size = new Point(x, y);
 }
Ejemplo n.º 2
0
 public Paper(String sVal)   // should be in %d,%d format
 {
     size = new Point(sVal);
 }