|
|
|
@ -13,39 +13,13 @@ public partial class Operations : ContentView
|
|
|
|
|
|
|
|
|
|
// Temporaire pour établir le binding de la vue
|
|
|
|
|
operations = new List<Operation>();
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("course", "CB", "Alimentation", "12/12/2022", 22.45));
|
|
|
|
|
operations.Add(new("essence", "cheque", "Carburant", "12/12/2022", 45.80));
|
|
|
|
|
operations.Add(new("Orange", "Prelevement", "Facture", "12/12/2022", 48));
|
|
|
|
|
operations.Add(new("op", 33.44, DateTime.Now, MethodePayement.CB, TagOperation.Divers, false));
|
|
|
|
|
operations.Add(new("course", 45.20, DateTime.Now, MethodePayement.CB, TagOperation.Divers, true));
|
|
|
|
|
operations.Add(new("Orange", 50, DateTime.Now, MethodePayement.CB, TagOperation.Divers, true));
|
|
|
|
|
operations.Add(new("EDF", 55.80, DateTime.Now, MethodePayement.Virement, TagOperation.Energie, true));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BindingContext = operations;
|
|
|
|
|
}
|
|
|
|
|