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

5 lines
130 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace MicrosoftZuneLibrary
{
public delegate void SyncRulesViewItemUpdatedHandler(SyncRulesView syncRulesView, int iItem);
}