#region (c) 2019 Gilles Macabies All right reserved
// Author : Gilles Macabies
// Solution : DataGridFilter
// Projet : DataGridFilter
// File : DelegateCommand.cs
// Created : 05/11/2019
#endregion
using System;
using System.Windows.Input;
namespace DemoApplication.ModelView
{
///
/// DelegateCommand borrowed from
/// http://www.wpftutorial.net/DelegateCommand.html
///
public class DelegateCommand : ICommand
{
private readonly Predicate