예제 #1
0
 private void AddToDay_Click(object sender, RoutedEventArgs e)
 {
     _ = ViewModel.AddToDay((sender as Button).DataContext as TaskItem);
 }