Optimize using

This commit is contained in:
bao-qian
2016-01-06 06:45:08 +00:00
parent 1a8efdbf2c
commit f589bdc78d
20 changed files with 19 additions and 35 deletions

View File

@@ -5,11 +5,13 @@ using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Forms;
using System.Windows.Interop;
using Wox.Infrastructure;
using FormsApplication = System.Windows.Forms.Application;
using PowerState = System.Windows.Forms.PowerState;
using Application = System.Windows.Application;
using Control = System.Windows.Controls.Control;
using FormsApplication = System.Windows.Forms.Application;
using MessageBox = System.Windows.MessageBox;
namespace Wox.Plugin.Sys
{