10 lines
396 B
XML
10 lines
396 B
XML
<prism:PrismApplication x:Class="WOWS.Framwork.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:WOWS.Framwork">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</prism:PrismApplication>
|