From 7c9c0f9ea597e5209c79079c5caf795f27b6d4c0 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 15 Jan 2024 19:44:04 +0000 Subject: [PATCH] Wire up the "add" button in the channel mapping list --- .../DigiMixer.Wpf/ChannelListControl.xaml | 2 +- .../DigiMixer.Wpf/ChannelListViewModel.cs | 40 ++++++++++++++++++- .../ConfigurationEditorViewModel.cs | 10 +++-- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/DigiMixer/DigiMixer.Wpf/ChannelListControl.xaml b/DigiMixer/DigiMixer.Wpf/ChannelListControl.xaml index 50c3765d..643f2095 100644 --- a/DigiMixer/DigiMixer.Wpf/ChannelListControl.xaml +++ b/DigiMixer/DigiMixer.Wpf/ChannelListControl.xaml @@ -14,7 +14,7 @@ MinHeight="50" MaxHeight="205" Margin="5" PreviewKeyDown="HandleKeyDown" x:Name="mappingList" /> -