2016-10-29 22:22:20 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
2016-10-29 22:34:54 +00:00
|
|
|
|
namespace Emby.Dlna.PlayTo
|
2016-10-29 22:22:20 +00:00
|
|
|
|
{
|
|
|
|
|
public class CurrentIdEventArgs : EventArgs
|
|
|
|
|
{
|
2019-01-13 19:16:19 +00:00
|
|
|
|
public string Id { get; set; }
|
2016-10-29 22:22:20 +00:00
|
|
|
|
}
|
|
|
|
|
}
|