Binding début
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
93aec4f370
commit
3cb6d50b7e
@ -1,9 +1,14 @@
|
|||||||
|
using System.Diagnostics;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace Views;
|
namespace Views;
|
||||||
|
|
||||||
public partial class Especes : ContentPage
|
public partial class Especes : ContentPage
|
||||||
{
|
{
|
||||||
|
public Especetheque Especetheque { get; private set; } = new Especetheque();
|
||||||
public Especes()
|
public Especes()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
BindingContext = Especetheque;
|
||||||
}
|
}
|
||||||
}
|
}
|
After Width: | Height: | Size: 580 KiB |
After Width: | Height: | Size: 212 KiB |
Loading…
Reference in new issue