simplify setting the flyout content

This commit is contained in:
Daniel Clark
2021-02-06 16:05:19 +00:00
parent 2be7a1128c
commit 3de9ceee0d
3 changed files with 20 additions and 41 deletions
+1 -3
View File
@@ -6,7 +6,5 @@
<NotificationFlyout.Icon>
<NotificationFlyoutIcon IconSource="/Assets/Icon.ico" />
</NotificationFlyout.Icon>
<NotificationFlyout.FlyoutContent>
<sample:MyUserControl1 />
</NotificationFlyout.FlyoutContent>
<sample:MyUserControl1 />
</NotificationFlyout>