You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
271 B

  1. using CommunityToolkit.Maui.Views;
  2. using System.ComponentModel;
  3. using CircleViewerMaui.Popups;
  4. namespace CircleViewerMaui
  5. {
  6. public partial class Activity : ContentPage
  7. {
  8. public Activity()
  9. {
  10. InitializeComponent();
  11. }
  12. }
  13. }