Files
Wino-Mail/Wino.Mail/Views/IdlePage.xaml

16 lines
593 B
Plaintext
Raw Normal View History

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