1.0-dev16 (GUI code cleaning, media not found exception handling added)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using VDownload.Core.Interfaces;
|
||||
|
||||
namespace VDownload.Core.EventArgs
|
||||
{
|
||||
public class PlaylistSearchSuccessedEventArgs : System.EventArgs
|
||||
{
|
||||
public IPlaylistService PlaylistService { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user