Exemplo n.º 1
0
 public HeapItem(SendQueue queue, byte[] heap, HeapType type, int block)
 {
     this.queue = queue;
     this.HeapType = type;
     this.Heap = heap;
     this.Block = block;
 }
Exemplo n.º 2
0
 public RemoteClient()
 {
     sendQueue = new SendQueue(this);
 }