From d145ee9d9ed7be65b83124afbf0cc71b60adddc6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Sep 2011 20:49:08 +0000 Subject: HandBrakeWPF: Switch from Caliburn to Caliburn Micro and Add a CastleWindsor Bootstrapper. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4230 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/Controls/AudioView.xaml.cs | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views/Controls/AudioView.xaml.cs') diff --git a/win/CS/HandBrakeWPF/Views/Controls/AudioView.xaml.cs b/win/CS/HandBrakeWPF/Views/Controls/AudioView.xaml.cs index 3518eea56..ad4bb96c8 100644 --- a/win/CS/HandBrakeWPF/Views/Controls/AudioView.xaml.cs +++ b/win/CS/HandBrakeWPF/Views/Controls/AudioView.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; + /// /// Interaction logic for AudioView.xaml /// -- cgit v1.2.3