]> granicus.if.org Git - handbrake/commitdiff
WinGui: Checkin Missing file from previous commit.
authorsr55 <sr55.hb@outlook.com>
Sun, 19 Jul 2015 13:32:04 +0000 (13:32 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 19 Jul 2015 13:32:04 +0000 (13:32 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7352 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/Views/MiniView.xaml.cs [new file with mode: 0644]

diff --git a/win/CS/HandBrakeWPF/Views/MiniView.xaml.cs b/win/CS/HandBrakeWPF/Views/MiniView.xaml.cs
new file mode 100644 (file)
index 0000000..323974c
--- /dev/null
@@ -0,0 +1,25 @@
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="MiniView.xaml.cs" company="HandBrake Project (http://handbrake.fr)">\r
+//   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+//   Interaction logic for MiniView.xaml\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
+\r
+namespace HandBrakeWPF.Views\r
+{\r
+    /// <summary>\r
+    /// Interaction logic for MiniView.xaml\r
+    /// </summary>\r
+    public partial class MiniView\r
+    {\r
+        /// <summary>\r
+        /// Initializes a new instance of the <see cref="MiniView"/> class.\r
+        /// </summary>\r
+        public MiniView()\r
+        {\r
+            this.InitializeComponent();\r
+        }\r
+    }\r
+}\r