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