12
Wino.Calendar/Views/Account/AccountManagementPage.xaml
Normal file
12
Wino.Calendar/Views/Account/AccountManagementPage.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<abstract:AccountManagementPageAbstract
|
||||
x:Class="Wino.Calendar.Views.Account.AccountManagementPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:abstract="using:Wino.Calendar.Views.Abstract"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="using:Wino.Calendar.Views.Account"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<Grid />
|
||||
</abstract:AccountManagementPageAbstract>
|
||||
Reference in New Issue
Block a user