HandBrake/win/CS/HandBrakeWPF/Views/OptionsView.xaml.cs

25 lines
867 B
C#

// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OptionsView.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 OptionsView.xaml
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace HandBrakeWPF.Views
{
using System.Windows.Controls;
/// <summary>
/// Interaction logic for OptionsView.xaml
/// </summary>
public partial class OptionsView : UserControl
{
public OptionsView()
{
InitializeComponent();
}
}
}