2 references to RelayCommand
System.Windows.Forms.Tests (2)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
14
_testCommand = new
RelayCommand
(TestCommandExecute, TestCommandCanExecute);
System\Windows\Forms\Mocks\DataBinding\RelayCommand.cs (1)
23
public RelayCommand(Action<object?> execute) :
this
(execute, null)