Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/CategorySpaceUsedUpdatedHandler.cs
T

5 lines
181 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace MicrosoftZuneLibrary
{
public delegate void CategorySpaceUsedUpdatedHandler(GasGauge gasGauge, ESyncCategory syncCategory, long llNewSchemaSpace, long llNewFreeSpace);
}