--- /dev/null
+// --------------------------------------------------------------------------------------------------------------------\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