Gallery/Gallery.Share/Views/AboutPage.xaml.cs
2021-08-05 16:19:53 +08:00

16 lines
265 B
C#

using System;
using System.ComponentModel;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace Gallery.Views
{
public partial class AboutPage : ContentPage
{
public AboutPage()
{
InitializeComponent();
}
}
}