From 5cc2fbbca69eaac36d85d63b09cc3af39cee2cf2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 30 Oct 2016 20:18:45 +0000 Subject: WinGui: Fix a large number of stylecop warnings. --- win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs | 29 +++++++++++++------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs') diff --git a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs index 467f6b8a8..608a547cb 100644 --- a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs +++ b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml.cs @@ -1,28 +1,27 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; +// -------------------------------------------------------------------------------------------------------------------- +// +// 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 MetaDataView.xaml +// +// -------------------------------------------------------------------------------------------------------------------- namespace HandBrakeWPF.Views { + using System.Windows.Controls; + /// /// Interaction logic for MetaDataView.xaml /// public partial class MetaDataView : UserControl { + /// + /// Initializes a new instance of the class. + /// public MetaDataView() { - InitializeComponent(); + this.InitializeComponent(); } } } -- cgit v1.2.3