forked from powerfun/udpservice
11 lines
418 B
XML
11 lines
418 B
XML
<prism:PrismApplication x:Class="OnlineUserPool.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:OnlineUserPool"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
>
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</prism:PrismApplication>
|