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

5 lines
125 B
C#

namespace Microsoft.Zune.Service
{
public delegate void AsyncRequestComplete(HttpWebResponse response, object stateInfo);
}