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