first commit i guess
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using NoteApp.Model;
|
||||
|
||||
namespace NoteApp.View;
|
||||
|
||||
public partial class NotePage : ContentPage {
|
||||
public NotePage(Note note){
|
||||
InitializeComponent();
|
||||
BindingContext = note;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user