Esempio n. 1
0
 public NodeViewModel ElementAt(int index)
 {
     if (NoteList.Count > 0)
     {
         return(NoteList.ElementAt(index));
     }
     else
     {
         return(null);
     }
 }