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

5 lines
92 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void DeviceAddedHandler(Device device);
}