using Avalonia.Controls; namespace ControlCatalog.Pages { public partial class ContainerQueryPage : UserControl { public ContainerQueryPage() { InitializeComponent(); } } }