Modify files

pull/41/head
Titouan LOUVET 2 years ago
parent 50504ebbd8
commit c5439fe9c9

@ -1,10 +1,4 @@
using Org.Apache.Http.Cookies; using System.ComponentModel;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Banquale.Model namespace Banquale.Model
{ {

@ -28,7 +28,7 @@
BackgroundColor="AliceBlue" BackgroundColor="AliceBlue"
Margin="0, 15, 0, 0"/> Margin="0, 15, 0, 0"/>
<Label <Label
Text="{Binding Nom}" Text="{Binding Name}"
Grid.Row="1" Grid.Row="1"
Grid.ColumnSpan="2" Grid.ColumnSpan="2"
HorizontalOptions="Center" HorizontalOptions="Center"
@ -42,7 +42,7 @@
TextColor="Black" TextColor="Black"
HorizontalOptions="Center"/> HorizontalOptions="Center"/>
<Label <Label
Text="{Binding Solde}" Text="{Binding Balance}"
Grid.Column="1" Grid.Column="1"
MinimumWidthRequest="70" MinimumWidthRequest="70"
TextColor="Black" TextColor="Black"

@ -9,11 +9,7 @@ public partial class BalancePage : ContentPage
public BalancePage() public BalancePage()
{ {
InitializeComponent(); InitializeComponent();
<<<<<<< HEAD BindingContext = new Account(999, "Tatouille", "FR76 9161 9581 6296 8415 2361 004"); ;
BindingContext = new Compte(999, "Tatouille", "FR76 9161 9581 6296 8415 2361 004"); ;
=======
>>>>>>> origin/master
} }
public async void OnButtonClicked(object sender, EventArgs e) public async void OnButtonClicked(object sender, EventArgs e)

Loading…
Cancel
Save