PipsPagerLargeCollectionPage.xaml.cs 212 B

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