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

5 lines
119 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void SyncCompletedHandler(Device device, ESyncEventReason reason);
}