Пример #1
0
 public CoinPair(Coin from, Coin to)
 {
     CoinFrom = from;
     CoinTo   = to;
 }