コード例 #1
0
 private void ListItemSelectedChange(Habit habit)
 {
     SelectedItem = habit;
     EditItem     = habit?.Clone() as Habit;
 }