Project changes meaning the UWP stuff cannot relay on .Common stuff, this all has all happen in the host and then referred up to the UWP control, or else the UWP project would of had to carry a boat load of unsupported packages!!

This commit is contained in:
Daniel Clark
2021-02-15 13:00:32 +00:00
parent 36259ccb6b
commit 30b04b1fcc
5 changed files with 54 additions and 26 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
</controls:NotificationFlyout.FlyoutPresenterStyle>
<controls:NotificationFlyout.ContextMenu>
<controls:NotificationFlyoutContextMenu>
<MenuFlyoutItem Text="Close" />
<MenuFlyoutItem Click="MenuFlyoutItem_Click" Text="Close" />
</controls:NotificationFlyoutContextMenu>
</controls:NotificationFlyout.ContextMenu>
<Grid Width="400" Margin="24">