mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-22 07:10:10 +08:00
10 lines
400 B
XML
10 lines
400 B
XML
<prism:PrismApplication x:Class="DatabaseManager.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
xmlns:local="clr-namespace:DatabaseManager">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</prism:PrismApplication>
|