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

7 lines
112 B
C#

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