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

5 lines
128 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void SyncRulesViewItemAddedHandler(SyncRulesView syncRulesView, int iItem);
}