using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// The sign-out confirmation, shown on the preferences screen and on the unlock screen. internal sealed partial class SignOutCard : UserControl { public SignOutCard() => InitializeComponent(); }