MauiTutorial/MauiApp2/Views/AboutPage.xaml.cs
2024-09-05 17:58:38 +02:00

9 lines
144 B
C#

namespace MauiApp2.Views;
public partial class AboutPage : ContentPage
{
public AboutPage()
{
InitializeComponent();
}
}