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