mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
wrapping up everything minus var renaming (#5952)
This commit is contained in:
@@ -7,7 +7,6 @@ using System.Windows.Input;
|
||||
|
||||
namespace Microsoft.PowerToys.Settings.UI.Lib.ViewModels.Commands
|
||||
{
|
||||
|
||||
public class RelayCommand<T> : ICommand
|
||||
{
|
||||
private readonly Action<T> execute;
|
||||
|
||||
Reference in New Issue
Block a user