1.0-dev10 (Code cleaning)
This commit is contained in:
8
VDownload.Core/EventArgs/PlaylistSearchEventArgs.cs
Normal file
8
VDownload.Core/EventArgs/PlaylistSearchEventArgs.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace VDownload.Core.EventArgs
|
||||
{
|
||||
public class PlaylistSearchEventArgs : System.EventArgs
|
||||
{
|
||||
public string Phrase { get; set; }
|
||||
public int Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user