Files
Wino-Mail/Wino.Mail.WinUI/Views/Mail/IdlePage.xaml
T
Burak Kaan Köse 014b5aa671 Initial integration.
2025-12-26 20:46:48 +01:00

16 lines
595 B
XML

<abstract:IdlePageAbstract
x:Class="Wino.Views.Mail.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"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:helpers="using:Wino.Helpers"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<!-- Empty page for disposing composer or renderer page. -->
<Grid />
</abstract:IdlePageAbstract>