using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
namespace Net462DllTest.Utils
{
///
/// 用于窗体View与ViewModel进行交互
///
public class RelayCommand : ICommand
{
private readonly Action