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

5 lines
99 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void DeviceOverflowHandler(GasGauge gasGauge);
}