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

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