Exemplo n.º 1
0
            //=========================================
            // FileAllocStats
            //=========================================
            public FileAllocNode(FileAlloc ownerAlloc)
            {
                mpOwnerAlloc = ownerAlloc;

                this.Text = MemoryNumber.convert(mpOwnerAlloc.getTotalAllocatedBytes(false)) + "\t" + mpOwnerAlloc.getFilename();
            }