From: sr55 Date: Sun, 19 Jul 2015 13:32:04 +0000 (+0000) Subject: WinGui: Checkin Missing file from previous commit. X-Git-Tag: 1.0.0~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b15348810223f003675dd382f4fcaee8caa6781;p=handbrake WinGui: Checkin Missing file from previous commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7352 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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(); + } + } +}