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

5 lines
108 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace MicrosoftZuneLibrary
{
public delegate void OnShowErrorDialogHandler(int hr, uint uiStringId);
}