Namespaces fix

This commit is contained in:
Yaroslav Zyubanov
2014-05-24 14:07:03 +06:00
parent 9eefd8839c
commit 33d7e40e7c
5 changed files with 18 additions and 22 deletions

View File

@@ -1,16 +1,10 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Forms;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Plugin;
using MessageBox = System.Windows.MessageBox;
using UserControl = System.Windows.Controls.UserControl;
namespace Wox