10 lines
172 B
C#
10 lines
172 B
C#
|
using System;
|
|||
|
|
|||
|
namespace MediaBrowser.Dlna.PlayTo
|
|||
|
{
|
|||
|
public class PlaybackStartEventArgs : EventArgs
|
|||
|
{
|
|||
|
public uBaseObject MediaInfo { get; set; }
|
|||
|
}
|
|||
|
}
|