// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AdvancedView.xaml.cs" company="HandBrake Project (http://handbrake.fr)">
//   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
// <summary>
//   Interaction logic for AdvancedView.xaml
// </summary>
// --------------------------------------------------------------------------------------------------------------------

namespace HandBrakeWPF.Views
{
    using System.Windows.Controls;

    /// <summary>
    /// Interaction logic for AdvancedView.xaml
    /// </summary>
    public partial class AdvancedView : UserControl
    {
        /// <summary>
        /// Initializes a new instance of the <see cref="AdvancedView"/> class.
        /// </summary>
        public AdvancedView()
        {
            InitializeComponent();
        }
    }
}