Beispiel #1
0
 public ContasPage()
 {
     InitializeComponent();
     _contas = ContaService.GetContas();
     lvContas.ItemsSource = _contas;
 }