Files
NotificationFlyout/NotificationFlyout/MyUserControl1.xaml
T
Daniel Clark 45a9eb9cd2 init
2021-02-05 01:39:51 +00:00

14 lines
485 B
XML

<UserControl
x:Class="NotificationFlyout.MyUserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:NotificationFlyout"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300"
d:DesignWidth="400">
<Grid>
</Grid>
</UserControl>