From 9b15348810223f003675dd382f4fcaee8caa6781 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 19 Jul 2015 13:32:04 +0000 Subject: WinGui: Checkin Missing file from previous commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7352 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/MiniView.xaml.cs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 win/CS/HandBrakeWPF/Views/MiniView.xaml.cs diff --git a/win/CS/HandBrakeWPF/Views/MiniView.xaml.cs b/win/CS/HandBrakeWPF/Views/MiniView.xaml.cs new file mode 100644 index 000000000..323974ca1 --- /dev/null +++ b/win/CS/HandBrakeWPF/Views/MiniView.xaml.cs @@ -0,0 +1,25 @@ +// -------------------------------------------------------------------------------------------------------------------- +// +// 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 MiniView.xaml +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrakeWPF.Views +{ + /// + /// Interaction logic for MiniView.xaml + /// + public partial class MiniView + { + /// + /// Initializes a new instance of the class. + /// + public MiniView() + { + this.InitializeComponent(); + } + } +} -- cgit v1.2.3