Exemplo n.º 1
0
 public MainViewModel()
 {
     _context = new NotesContext("type=embedded;storesDirectory=brightstar;storeName=brightstarNotes");
     AllNotes = new ObservableCollection<INote>();
     Categories = new ObservableCollection<INoteCategory>();
 }
Exemplo n.º 2
0
 public MainViewModel()
 {
     _context   = new NotesContext("type=embedded;storesDirectory=brightstar;storeName=brightstarNotes");
     AllNotes   = new ObservableCollection <INote>();
     Categories = new ObservableCollection <INoteCategory>();
 }