Exemple #1
0
 public void Export(int[] ar, int offset)
 {
     FromShard.Export(ar, offset);
     ToShard.Export(ar, offset + 3);
 }