AppTheming and XAML
This commit is contained in:
13
ShellDemo/Pages/AboutPage.xaml.cs
Normal file
13
ShellDemo/Pages/AboutPage.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// AboutPage - Information about OpenMaui Linux
|
||||
|
||||
using Microsoft.Maui.Controls;
|
||||
|
||||
namespace ShellDemo;
|
||||
|
||||
public partial class AboutPage : ContentPage
|
||||
{
|
||||
public AboutPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user