ContainerQueryPage.xaml.cs 225 B

123456789101112
  1. using Avalonia.Controls;
  2. namespace ControlCatalog.Pages
  3. {
  4. public partial class ContainerQueryPage : UserControl
  5. {
  6. public ContainerQueryPage()
  7. {
  8. InitializeComponent();
  9. }
  10. }
  11. }