summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/Controls/SubtitlesView.xaml.cs
blob: 539ae57931786e1445074a06347f07462b6fbfc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace HandBrakeWPF.Views.Controls
{
    using System.Windows.Controls;

    /// <summary>
    /// Interaction logic for SubtitlesView.xaml
    /// </summary>
    public partial class SubtitlesView : UserControl
    {
        public SubtitlesView()
        {
            InitializeComponent();
        }
    }
}