Пример #1
0
 public static void Link(PoolChunkList p1, PoolChunkList p2)
 {
     p1.SetNext(p2);
     p2.SetPrev(p1);
 }