Dodaj pliki projektów.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using DatabaseConnection.ViewModel;
|
||||
|
||||
namespace DatabaseConnection.View;
|
||||
|
||||
public partial class BooksPage : ContentPage
|
||||
{
|
||||
public BooksPage(BookViewModel viewModel)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
BindingContext = viewModel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user