Exemplo n.º 1
0
 private Reminder GetSelectedReminder()
 {
     return(ReminderController.GetReminder(GetModelID(DgvReminderList)));
 }