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,8 +1,10 @@
|
||||
using Models;
|
||||
|
||||
namespace ShoopNCook.Pages;
|
||||
|
||||
public partial class MyListPage : ContentPage
|
||||
{
|
||||
public MyListPage()
|
||||
public MyListPage(Account account, UserNotifier notifier)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
Loading…
Reference in new issue