Example #1
0
 void SaveToday()
 {
     vM.SaveDayJournal(todayField.text, curDayIndex);
     todayValue = vM.GetDayJournalOfIndex(curDayIndex);
 }