Esempio n. 1
0
 public IntPair(IntPair x)
 {
     this.first = x.first;
     this.second = x.second;
 }
Esempio n. 2
0
 public IntPair(IntPair x)
 {
     this.first  = x.first;
     this.second = x.second;
 }