bind profile picture image between HomePage and Account
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
fcbbb28a34
commit
7a0eb8d0da
@ -1,9 +1,11 @@
|
|||||||
|
using Models;
|
||||||
|
|
||||||
namespace ShoopNCook.Pages;
|
namespace ShoopNCook.Pages;
|
||||||
|
|
||||||
public partial class MyListPage : ContentPage
|
public partial class MyListPage : ContentPage
|
||||||
{
|
{
|
||||||
public MyListPage()
|
public MyListPage(Account account, UserNotifier notifier)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue