summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs
blob: 6b17358150c60fb2f4d1b58d0b9b88e11f664cb4 (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 QueryEditorView.xaml
    /// </summary>
    public partial class QueryEditorView : UserControl
    {
        public QueryEditorView()
        {
            InitializeComponent();
        }
    }
}