2
This commit is contained in:
parent
f8ca7c1833
commit
d1c7ae5c69
@ -39,7 +39,7 @@
|
||||
HeightRequest="20"
|
||||
Clicked="OnButtonClicked" />
|
||||
|
||||
<Label Text="{Binding User.DisplayName}" TextColor="White" />
|
||||
<Label Text="{Binding User.DisplayName}" TextColor="White" Padding="0,20,0,0" />
|
||||
|
||||
<Button Text="Профиль"
|
||||
TextColor="White"
|
||||
|
@ -1,5 +1,7 @@
|
||||
using CommunityToolkit.Maui.Views;
|
||||
|
||||
using MyDiplom.ViewModels;
|
||||
|
||||
namespace MyDiplom;
|
||||
|
||||
public partial class UsersPage : ContentPage
|
||||
@ -7,6 +9,7 @@ public partial class UsersPage : ContentPage
|
||||
public UsersPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.BindingContext = new UserViewModels();
|
||||
}
|
||||
private void OnButtonClicked(object sender, EventArgs e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user