1.0-dev6 (Option bar added and code cleaned)
This commit is contained in:
10
VDownload.Core/EventArgsObjects/PlaylistSearchEventArgs.cs
Normal file
10
VDownload.Core/EventArgsObjects/PlaylistSearchEventArgs.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace VDownload.Core.EventArgsObjects
|
||||
{
|
||||
public class PlaylistSearchEventArgs : EventArgs
|
||||
{
|
||||
public string Phrase { get; set; }
|
||||
public int Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user