diff --git a/FoxTube/Classes/ObjectEventArgs.cs b/FoxTube/Classes/ObjectEventArgs.cs index 27ac519..5e60964 100644 --- a/FoxTube/Classes/ObjectEventArgs.cs +++ b/FoxTube/Classes/ObjectEventArgs.cs @@ -7,4 +7,16 @@ using System.Threading.Tasks; namespace FoxTube { public delegate void ObjectEventHandler(object sender, params object[] args); + + public class SearchParameters + { + public string ChannelId { get; set; } + public string Term { get; set; } + + public SearchParameters(string channelId, string term) + { + ChannelId = channelId; + Term = term; + } + } } diff --git a/FoxTube/FoxTube.csproj b/FoxTube/FoxTube.csproj index 082ee53..6fc1623 100644 --- a/FoxTube/FoxTube.csproj +++ b/FoxTube/FoxTube.csproj @@ -118,8 +118,8 @@ SuggestionsQueries.xaml - - Channel.xaml + + ChannelPage.xaml ChannelCardWide.xaml @@ -302,7 +302,7 @@ Designer MSBuild:Compile - + Designer MSBuild:Compile diff --git a/FoxTube/Pages/Channel.xaml b/FoxTube/Pages/Channel.xaml deleted file mode 100644 index c8df887..0000000 --- a/FoxTube/Pages/Channel.xaml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - -