Files
WPinternals/DiscUtils/Ntfs/Internals/MasterFileTableAttribute.cs
T
2018-10-25 22:35:49 +02:00

11 lines
190 B
C#

namespace DiscUtils.Ntfs.Internals
{
using System;
using System.Collections.Generic;
using System.Text;
public sealed class MasterFileTableAttribute
{
}
}