using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// /// The question in front of deleting a host, a key or a password. /// /// /// Its data context is the VaultViewModel, in both of the places it is shown, so every binding in the /// markup is a property of the vault. See and . /// internal sealed partial class ConfirmDeleteCard : UserControl { public ConfirmDeleteCard() => InitializeComponent(); }