9 lines
196 B
C#
9 lines
196 B
C#
namespace VDownload.Core.EventArgs
|
|
{
|
|
public class PlaylistSearchEventArgs : System.EventArgs
|
|
{
|
|
public string Phrase { get; set; }
|
|
public int Count { get; set; }
|
|
}
|
|
}
|