Editing: maui-ui-base


maui-ui-base

krash

<AppThemeBinding Light="White" Dark="#2C2C2C" />


PageNamePage.xaml.cs

namespace ResillentConstruction;

public partial class TmpPage : ContentPage
{
    public TmpPage()
    {
        InitializeComponent();
    }
}

PageNamePage.xaml

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="ResillentConstruction.TmpPage">

</ContentPage>