mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2026-05-15 09:00:28 +00:00
Classes
This commit is contained in:
parent
5f8ce7aaa2
commit
91615a3cab
5 changed files with 53 additions and 7 deletions
|
|
@ -70,6 +70,10 @@
|
|||
<EmbeddedResource Include="..\..\Data\barbarian_hd.md" Link="Data\barbarian_hd.md" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Data\classes_hd.md" Link="Data\classes_hd.md" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Views\MainNavigationPage.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
|
|
|
|||
|
|
@ -45,12 +45,12 @@ namespace AideDeJeu.Views
|
|||
|
||||
BindingContext = Main;
|
||||
|
||||
this.SizeChanged += (o, e) => {
|
||||
if (this.Width > 0 && this.Height > 0)
|
||||
{
|
||||
this.IsPresented = this.Width > this.Height;
|
||||
}
|
||||
};
|
||||
//this.SizeChanged += (o, e) => {
|
||||
// if (this.Width > 0 && this.Height > 0)
|
||||
// {
|
||||
// this.IsPresented = this.Width > this.Height;
|
||||
// }
|
||||
//};
|
||||
}
|
||||
|
||||
protected override void OnAppearing()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue