using System.Windows.Input; namespace eSuite.Workbench.WpfHelper { public interface IRelayCommand : ICommand { void RaiseCanExecuteChanged(); } }