|
|
@ -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)
|
|
|
|