diff options
author | sr55 <[email protected]> | 2015-07-19 13:32:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-07-19 13:32:04 +0000 |
commit | 9b15348810223f003675dd382f4fcaee8caa6781 (patch) | |
tree | ae8bacf3e45eecfa72cfbeefd9213d259d67f292 /win/CS/HandBrakeWPF | |
parent | 3c2453c839131d8f6fd6b2ef7cc865b1e0ae34f7 (diff) |
WinGui: Checkin Missing file from previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7352 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MiniView.xaml.cs | 25 |
1 files changed, 25 insertions, 0 deletions
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 @@ +// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="MiniView.xaml.cs" company="HandBrake Project (http://handbrake.fr)">
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
+// </copyright>
+// <summary>
+// Interaction logic for MiniView.xaml
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrakeWPF.Views
+{
+ /// <summary>
+ /// Interaction logic for MiniView.xaml
+ /// </summary>
+ public partial class MiniView
+ {
+ /// <summary>
+ /// Initializes a new instance of the <see cref="MiniView"/> class.
+ /// </summary>
+ public MiniView()
+ {
+ this.InitializeComponent();
+ }
+ }
+}
|