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

7 lines
110 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using ZuneUI;
namespace Microsoft.Zune.Service
{
public delegate void GetOffersErrorCallback(HRESULT hr);
}