Rip out Microsoft's configuration and replace because it simply doesn't support polymorphism.... we are getting advanced boys!!!

This commit is contained in:
TheXamlGuy
2024-01-09 20:32:07 +00:00
parent e72d997563
commit 05b404d504
19 changed files with 247 additions and 135 deletions
@@ -1,11 +1,9 @@
namespace Hyperbar.Windows.Primary;
public class KeyAcceleratorCommandConfiguration :
IPrimaryCommandConfiguration
PrimaryCommandConfiguration
{
public string? Icon { get; set; }
public int Key { get; set; }
public string? Key { get; set; }
public string[]? Modifiers { get; set; }
}
public int[]? Modifiers { get; set; }
}