Created
June 28, 2020 22:47
-
-
Save MartinZikmund/6e701f562c9743776029dff1cb208915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackPanel Padding="20" Spacing="20"> | |
<DatePicker x:Name="Picker" /> | |
<Button Click="Add_Click">Add</Button> | |
<CalendarView CalendarViewDayItemChanging="Calendar_CalendarViewDayItemChanging" x:Name="Calendar" /> | |
</StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment