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

7 lines
130 B
C#
Raw Normal View History

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