downkyi/DatabaseManager/App.xaml
2021-10-20 15:26:20 +08:00

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>