コード例 #1
0
 public NoteVersion()
 {
     Data = new NoteData();
 }
コード例 #2
0
 public NoteListItem()
 {
     _data = new NoteData();
     _data.PropertyChanged += ((sender, eventArgs) => NotifyPropertyChanged("Data"));
 }