Example #1
0
 /// <summary>
 /// The constructor for the class
 /// </summary>
 public NewNotePage()
 {
     InitializeComponent();
     BindingContext = new NewNoteViewModel();
 }