From 1908ceb760de50f2be2ea874926d9c7a0c28c9f5 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 6 Apr 2012 22:47:52 +0000 Subject: WinGui: (WPF) Initial Implementation of title specific scanning. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4582 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeWPF/Views/TitleSpecificView.xaml.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs (limited to 'win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs') diff --git a/win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs b/win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs new file mode 100644 index 000000000..1f60792be --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/TitleSpecificView.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 TitleSpecificView.xaml +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrakeWPF.Views +{ + using System.Windows; + + /// + /// Interaction logic for TitleSpecific.xaml + /// + public partial class TitleSpecificView : Window + { + /// + /// Initializes a new instance of the class. + /// + public TitleSpecificView() + { + this.InitializeComponent(); + } + } +} -- cgit v1.2.3