flower-story/FlowerApp/SquarePage.xaml
2023-08-02 23:45:04 +08:00

11 lines
389 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<l:AppContentPage
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:l="clr-namespace:Blahblah.FlowerApp"
x:Class="Blahblah.FlowerApp.SquarePage"
x:Name="squarePage"
x:DataType="l:SquarePage"
Title="{l:Lang squarePage, Default=Square}">
</l:AppContentPage>