parent
1123f6df01
commit
23c69d0b1a
@ -1,9 +0,0 @@
|
|||||||
namespace Ohara;
|
|
||||||
|
|
||||||
public partial class NewPage1 : ContentPage
|
|
||||||
{
|
|
||||||
public NewPage1()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
namespace Ohara;
|
|
||||||
|
|
||||||
public partial class NewPage4 : ContentPage
|
|
||||||
{
|
|
||||||
public NewPage4()
|
|
||||||
{
|
|
||||||
InitializeComponent();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +1,8 @@
|
|||||||
<?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="Ohara.NewPage4"
|
x:Class="Ohara.PageBateau"
|
||||||
Title="NewPage4">
|
Title="PageBateau">
|
||||||
|
|
||||||
<Grid>
|
<Grid>
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace Ohara;
|
||||||
|
|
||||||
|
public partial class PageBateau : ContentPage
|
||||||
|
{
|
||||||
|
public PageBateau()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
<?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="Ohara.NewPage1"
|
x:Class="Ohara.PageCarte"
|
||||||
BackgroundColor="#e2edf1">
|
BackgroundColor="#e2edf1">
|
||||||
|
|
||||||
<Grid>
|
<Grid>
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace Ohara;
|
||||||
|
|
||||||
|
public partial class PageCarte : ContentPage
|
||||||
|
{
|
||||||
|
public PageCarte()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue