Add project files.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace TV_Player
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for GroupButton.xaml
|
||||
/// </summary>
|
||||
public partial class GroupButton : UserControl
|
||||
{
|
||||
public GroupButton(string groupName,int programsFound)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.groupName.Text = groupName;
|
||||
this.programsFound.Text = programsFound.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user