2022-03-09 23:43:51 +01:00
|
|
|
|
using VDownload.Core.Interfaces;
|
|
|
|
|
|
|
|
|
|
|
|
namespace VDownload.Core.EventArgs
|
|
|
|
|
|
{
|
|
|
|
|
|
public class PlaylistSearchSuccessedEventArgs : System.EventArgs
|
|
|
|
|
|
{
|
2022-05-05 15:06:10 +02:00
|
|
|
|
public IPlaylist PlaylistService { get; set; }
|
2022-03-09 23:43:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|