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

5 lines
138 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void TestDeviceWlanCompleteHandler(Device device, WlanTestResultCode Result, int hr);
}