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

10 lines
120 B
C#

using System;
namespace MicrosoftZuneLibrary
{
public class SyncEventArgs : EventArgs
{
public Device Device;
}
}