You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
735 B
14 lines
735 B
<Application x:Class="formula_manage.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:formula_manage"
|
|
StartupUri="Login.xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
d1p1:Ignorable="d" xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
>
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<vm:ViewModelLocator x:Key="Locator" d:IsDataSource="True" xmlns:vm="clr-namespace:formula_manage.ViewModel" />
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|
|
|