Files
Wino-Mail/Wino.Mail/Views/IdlePage.xaml
2024-07-20 04:16:45 +02:00

16 lines
593 B
XML

<abstract:IdlePageAbstract
xmlns:abstract="using:Wino.Views.Abstract"
x:Class="Wino.Views.IdlePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:helpers="using:Wino.Helpers"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Wino.Controls"
mc:Ignorable="d">
<!-- Empty page for disposing composer or renderer page. -->
<Grid />
</abstract:IdlePageAbstract>