master
thchazot1 3 years ago
parent c9c57fd908
commit 7734da46fd

@ -13,6 +13,8 @@
</DockPanel> </DockPanel>
<DockPanel Background="AliceBlue"> <DockPanel Background="AliceBlue">
<TextBlock DockPanel.Dock="Top" Text="Shark information :" Margin="15" FontSize="18" Foreground="CadetBlue"/> <TextBlock DockPanel.Dock="Top" Text="Shark information :" Margin="15" FontSize="18" Foreground="CadetBlue"/>
<local:UserControlBoite/>
<local:UserControlBoite/>
</DockPanel> </DockPanel>
</DockPanel> </DockPanel>
</Window> </Window>

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="WpfApp1.View1">
<ContentView.Content>
<StackLayout>
<Label Text="Hello Xamarin.Forms!" />
</StackLayout>
</ContentView.Content>
</ContentView>

@ -1,20 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace WpfApp1
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class View1 : ContentView
{
public View1()
{
InitializeComponent();
}
}
}

@ -10,10 +10,4 @@
<Page Remove="View1.xaml" /> <Page Remove="View1.xaml" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="View1.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
</Project> </Project>

Loading…
Cancel
Save