Пример #1
0
 private PlacedSurface(PlacedSurface ps)
 {
     where = ps.Where;
     what  = ps.What.Clone();
 }
Пример #2
0
 private PlacedSurface (PlacedSurface ps)
 {
     where = ps.Where;
     what = ps.What.Clone();
 }