mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
4 lines
100 B
C#
4 lines
100 B
C#
namespace DiscUtils.Fat
|
|
{
|
|
internal delegate void FirstClusterChangedDelegate(uint cluster);
|
|
} |