Upload plików - początek
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Navigation_Between.Model;
|
||||
|
||||
namespace Navigation_Between.View;
|
||||
|
||||
public partial class DetailedPage : ContentPage {
|
||||
public DetailedPage(User user) {
|
||||
InitializeComponent();
|
||||
// Binding z poziomu kodu
|
||||
BindingContext = user;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user