Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/DownloadEventProgressHandler.cs
T

7 lines
133 B
C#

using System;
namespace Microsoft.Zune.Service
{
public delegate void DownloadEventProgressHandler(Guid mediaId, float percent);
}