9 lines
467 B
XML
9 lines
467 B
XML
<xamlhost:XamlApplication
|
|
x:Class="NotificationFlyoutSample.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:xamlhost="using:Microsoft.Toolkit.Win32.UI.XamlHost">
|
|
<xamlhost:XamlApplication.Resources>
|
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" Version="Latest" />
|
|
</xamlhost:XamlApplication.Resources>
|
|
</xamlhost:XamlApplication> |