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

8 lines
136 B
C#

using System;
using ZuneUI;
namespace Microsoft.Zune.Service
{
public delegate void DownloadEventHandler(Guid mediaId, HRESULT hr);
}