// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // Interaction logic for X264View.xaml // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrakeWPF.Views { /// /// Interaction logic for AdvancedView.xaml /// public partial class X264View { /// /// Initializes a new instance of the class. /// public X264View() { InitializeComponent(); } } }