Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/OnFileErrorHandler.cs
T

7 lines
110 B
C#

using System;
namespace MicrosoftZuneLibrary
{
public delegate void OnFileErrorHandler(IntPtr sourceUrl);
}