18 lines
692 B
XML
18 lines
692 B
XML
<abstract:ManageAccountsPageAbstract
|
|
x:Class="Wino.Views.ManageAccountsPage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:abstract="using:Wino.Mail.WinUI.Views.Abstract"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
Style="{StaticResource PageStyle}"
|
|
mc:Ignorable="d">
|
|
|
|
<Border Style="{StaticResource PageRootBorderStyle}">
|
|
<Grid
|
|
MaxWidth="900"
|
|
Padding="20"
|
|
HorizontalAlignment="Stretch" />
|
|
</Border>
|
|
</abstract:ManageAccountsPageAbstract>
|