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)
23public RelayCommand(Action<object?> execute) : this(execute, null)