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