parent
6ddf773bdf
commit
1d624184e1
@ -1,10 +1,17 @@
|
|||||||
namespace Ohara;
|
namespace Ohara;
|
||||||
|
using Model;
|
||||||
|
using Model.Stub;
|
||||||
public partial class NewPage3 : ContentPage
|
public partial class NewPage3 : ContentPage
|
||||||
{
|
{
|
||||||
|
|
||||||
public NewPage3()
|
public NewPage3()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
List<FruitDuDemon> fdd = StubFruitDuDemon.RecupererFruit().ToList();
|
||||||
|
|
||||||
|
|
||||||
|
listeFDD.ItemsSource = fdd;
|
||||||
}
|
}
|
||||||
}
|
}
|
After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in new issue