21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<mah:MetroWindow xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
|
xmlns:helpers="clr-namespace:UIShare.Helpers;assembly=UIShare"
|
|
x:Class="ADP.Views.LoginModuleView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
xmlns:local="clr-namespace:ADP.Views"
|
|
mc:Ignorable="d"
|
|
Title="ADP"
|
|
WindowStartupLocation="CenterScreen"
|
|
Height="315"
|
|
Width="420"
|
|
ResizeMode="NoResize">
|
|
<Grid>
|
|
<ContentControl prism:RegionManager.RegionName="LoginRegion" />
|
|
</Grid>
|
|
</mah:MetroWindow> |