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

5 lines
90 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void SyncBeganHandler(Device device);
}