Upgrade to .net framework 4.5

This commit is contained in:
qianlifeng
2015-01-15 20:47:48 +08:00
parent bc341d193f
commit 8d746cd206
31 changed files with 147 additions and 111 deletions

View File

@@ -1,14 +1,9 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Windows;
using YAMP;
namespace Wox.Plugin.SystemPlugins
namespace Wox.Plugin.Caculator
{
public class Calculator : IPlugin
{