internal MasterFileTable(INtfsContext context, InternalMasterFileTable mft)
 {
     _context = context;
     _mft = mft;
 }
Beispiel #2
0
 internal MasterFileTable(INtfsContext context, InternalMasterFileTable mft)
 {
     _context = context;
     _mft     = mft;
 }