Removal of Bindings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using CommunityToolkit.WinUI.Controls;
|
||||
using Wino.Core.Domain.Enums;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
@@ -8,4 +10,9 @@ public sealed partial class SettingOptionsPage : SettingOptionsPageAbstract
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void SettingOptionClicked(object sender, Microsoft.UI.Xaml.RoutedEventArgs e)
|
||||
{
|
||||
if (sender is SettingsCard card && card.CommandParameter is WinoPage page) ViewModel.NavigateSubDetailCommand.Execute(page);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user