mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-15 20:00:12 +10:00
11 lines
190 B
C#
11 lines
190 B
C#
namespace DiscUtils.Ntfs.Internals
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
public sealed class MasterFileTableAttribute
|
|
{
|
|
}
|
|
}
|