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