parent
9fb95fae4e
commit
ee32712cd8
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
x:Class="MauiSpark.Pages.Egaliter"
|
x:Class="MauiSpark.Pages.Egalite"
|
||||||
xmlns:pages="clr-namespace:MauiSpark.Pages"
|
xmlns:pages="clr-namespace:MauiSpark.Pages"
|
||||||
Title="Egaliter">
|
Title="Egalite">
|
||||||
<VerticalStackLayout>
|
<VerticalStackLayout>
|
||||||
<FlexLayout Direction="Row" JustifyContent="SpaceAround" AlignContent="Center" VerticalOptions="Center" Margin="10">
|
<FlexLayout Direction="Row" JustifyContent="SpaceAround" AlignContent="Center" VerticalOptions="Center" Margin="10">
|
||||||
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100" />
|
<Image Source="egaliter.jpg" MaximumHeightRequest="100" MaximumWidthRequest="100" />
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace MauiSpark.Pages;
|
||||||
|
|
||||||
|
public partial class Egalite : ContentPage
|
||||||
|
{
|
||||||
|
public Egalite()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
}
|
@ -1,9 +0,0 @@
|
|||||||
namespace MauiSpark.Pages;
|
|
||||||
|
|
||||||
public partial class Egaliter : ContentPage
|
|
||||||
{
|
|
||||||
public Egaliter()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue