using Avalonia.Controls; using Avalonia.Markup.Xaml; namespace DodoSSH.Client.Android.Views; /// Designs 05 and 06 — the two host-key decisions, one of which has no way forward. internal sealed partial class HostKeySheet : UserControl { public HostKeySheet() => AvaloniaXamlLoader.Load(this); }