Пример #1
0
 public MainViewModel()
 {
     _context = new NotesContext("type=embedded;storesDirectory=brightstar;storeName=brightstarNotes");
     AllNotes = new ObservableCollection<INote>();
     Categories = new ObservableCollection<INoteCategory>();
 }
Пример #2
0
 public MainViewModel()
 {
     _context   = new NotesContext("type=embedded;storesDirectory=brightstar;storeName=brightstarNotes");
     AllNotes   = new ObservableCollection <INote>();
     Categories = new ObservableCollection <INoteCategory>();
 }