This commit is contained in:
bao-qian
2016-05-23 22:09:30 +01:00
parent e1131dcf3d
commit 6e4279e30f
3 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ using System.Windows.Input;
namespace Wox.ViewModel
{
//todo rename file
public class RelayCommand : ICommand
{

View File

@@ -6,7 +6,6 @@ using System.Windows;
using System.Windows.Data;
using Wox.Core.UserSettings;
using Wox.Plugin;
using PropertyChanged;
namespace Wox.ViewModel
{