ReminderViewModel Constructors
Name | Parameters | Description |
---|---|---|
ReminderViewModel(TimeSpan, Boolean, Action<ReminderViewModel>) | timeBeforeStart, isFirst, removeCallback | Initializes a new instance of the ReminderViewModel class with specified settings. |
See Also