9 lines
401 B
XML
9 lines
401 B
XML
<prism:PrismApplication x:Class="RIZO.Client.Start.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:RIZO.Client.Start"
|
|
xmlns:prism="http://prismlibrary.com/">
|
|
<Application.Resources>
|
|
</Application.Resources>
|
|
</prism:PrismApplication>
|