示例#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();
 }