From 8fc8275d2b78f5212be0caf83f2a96bffa486817 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 16 Feb 2013 20:12:16 +0000 Subject: WinGui: Split out the advanced tab code into separate panels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5253 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/X264View.xaml.cs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 win/CS/HandBrakeWPF/Views/X264View.xaml.cs (limited to 'win/CS/HandBrakeWPF/Views/X264View.xaml.cs') diff --git a/win/CS/HandBrakeWPF/Views/X264View.xaml.cs b/win/CS/HandBrakeWPF/Views/X264View.xaml.cs new file mode 100644 index 000000000..7c7f9bea3 --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/X264View.xaml.cs @@ -0,0 +1,27 @@ +// -------------------------------------------------------------------------------------------------------------------- +// +// 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 AdvancedView.xaml +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrakeWPF.Views +{ + using System.Windows.Controls; + + /// + /// Interaction logic for AdvancedView.xaml + /// + public partial class X264View : UserControl + { + /// + /// Initializes a new instance of the class. + /// + public X264View() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3