Skip to content

Commit

Permalink
Fix Persian Date/Time Pickers
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Mar 19, 2023
1 parent 95376b8 commit 4170a0d
Show file tree
Hide file tree
Showing 6 changed files with 1,916 additions and 2,325 deletions.
3,845 changes: 1,746 additions & 2,099 deletions src/Net_GE45/HandyControl_Net_GE45/Themes/Theme.xaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
using DatePickerFormat = Microsoft.Windows.Controls.DatePickerFormat;
using DatePickerTextBox = Microsoft.Windows.Controls.Primitives.DatePickerTextBox;
using CalendarBlackoutDatesCollection = Microsoft.Windows.Controls.CalendarBlackoutDatesCollection;
using System.Windows.Media;

namespace HandyControl.Controls;

/// <summary>
Expand Down Expand Up @@ -91,7 +93,6 @@ public class PersianDatePicker : Control
}

#endregion Public Events

/// <summary>
/// Static constructor
/// </summary>
Expand Down

0 comments on commit 4170a0d

Please sign in to comment.