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

5 lines
118 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace MicrosoftZuneLibrary
{
public delegate void UnassociateWlanDeviceCompleteHandler(Device device, int hr);
}