add CM pages (sources : cm 25/03)

test_old_branch
jeremy-my 1 year ago
parent ae1907f9ca
commit b3511414a1

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Qwirkle.Pages.NewPage1"
Title="NewPage1">
<VerticalStackLayout>
<Label
Text="Welcome to .NET MAUI!"
VerticalOptions="Center"
HorizontalOptions="Center" />
</VerticalStackLayout>
</ContentPage>

@ -0,0 +1,9 @@
namespace Qwirkle.Pages;
public partial class NewPage1 : ContentPage
{
public NewPage1()
{
InitializeComponent();
}
}

@ -66,7 +66,7 @@
<Border Stroke="Black" StrokeThickness="0.5" Grid.Row="1"/>
<Label Text="Jérome Mouyette"
<Label Text="Le A"
TextColor="#1A2541"
VerticalOptions="Center"
HorizontalOptions="Center"

Loading…
Cancel
Save