diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs b/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs index f59435f02..12f96979d 100644 --- a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs +++ b/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs @@ -1,19 +1,7 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-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;
-
-namespace HandBrakeWPF.Views
+namespace HandBrakeWPF.Views.Controls
{
+ using System.Windows.Controls;
+
/// <summary>
/// Interaction logic for VideoView.xaml
/// </summary>
|