|
@@ -513,11 +513,13 @@ namespace PRSDesktop
|
|
|
private void FromPicker_SelectedDateChanged(object? sender, SelectionChangedEventArgs e)
|
|
|
{
|
|
|
Properties.FromDate = FromPicker.SelectedDate ?? DateTime.Today;
|
|
|
+ Refresh();
|
|
|
}
|
|
|
|
|
|
private void ToPicker_SelectedDateChanged(object? sender, SelectionChangedEventArgs e)
|
|
|
{
|
|
|
Properties.ToDate = ToPicker.SelectedDate ?? DateTime.Today;
|
|
|
+ Refresh();
|
|
|
}
|
|
|
|
|
|
private bool _changing = false;
|