Revert everything back. Mission failed.
This commit is contained in:
15
Wino.Mail/Views/IdlePage.xaml
Normal file
15
Wino.Mail/Views/IdlePage.xaml
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user