2
0
Files
maui-linux-samples/ShellDemo/Pages/AboutPage.xaml.cs

14 lines
218 B
C#
Raw Normal View History

2026-01-11 12:33:48 -05:00
// AboutPage - Information about OpenMaui Linux
using Microsoft.Maui.Controls;
namespace ShellDemo;
public partial class AboutPage : ContentPage
{
public AboutPage()
{
InitializeComponent();
}
}