Add highlight converter component

This commit is contained in:
SysC0mp
2019-12-03 15:08:21 +01:00
parent 2aeceb7ea8
commit 8997c27819
5 changed files with 105 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ namespace Wox.ViewModel
{
public class RelayCommand : ICommand
{
private Action<object> _action;
public RelayCommand(Action<object> action)