9b8e8a835a
get playlist from settings, in first run - open Settings
16 lines
290 B
C#
16 lines
290 B
C#
using System.Windows.Controls;
|
|
|
|
namespace TV_Player
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ProgramsGroupGrid.xaml
|
|
/// </summary>
|
|
public partial class Settings : UserControl
|
|
{
|
|
public Settings()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|