Départ de stub pour le leaderboard
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2f8923cc0e
commit
3a2eee23b6
@ -1,9 +1,12 @@
|
|||||||
namespace Trek_12.Views;
|
namespace Trek_12.Views;
|
||||||
|
using Stub;
|
||||||
|
|
||||||
public partial class PageLeaderBoard : ContentPage
|
public partial class PageLeaderBoard : ContentPage
|
||||||
{
|
{
|
||||||
|
public Stub MyStub { get; set; } = new Stub();
|
||||||
public PageLeaderBoard()
|
public PageLeaderBoard()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
BindingContext = MyStub;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue