From cd3e951792f05944fb9ba4f1bc17e581318bfe8f Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 30 Dec 2011 18:57:30 +0000 Subject: WinGui: (WPF) Move all the main UI tab UserControls into an MVVM format. Mostly code shuffling. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4393 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeWPF/Views/PictureSettingsView.xaml.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml.cs (limited to 'win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml.cs') diff --git a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml.cs b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml.cs new file mode 100644 index 000000000..1d874d760 --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/PictureSettingsView.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 PictureSettingsView.xaml +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrakeWPF.Views +{ + using System.Windows.Controls; + + /// + /// Interaction logic for PictureSettingsView.xaml + /// + public partial class PictureSettingsView : UserControl + { + /// + /// Initializes a new instance of the class. + /// + public PictureSettingsView() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3