// -------------------------------------------------------------------------------------------------------------------- // // 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 SubtitlesDefaultsView.xaml // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrakeWPF.Views { using System.Windows.Controls; /// /// Interaction logic for SubtitlesDefaultsView.xaml /// public partial class SubtitlesDefaultsView : UserControl { /// /// Initializes a new instance of the class. /// public SubtitlesDefaultsView() { InitializeComponent(); } } }