6 lines
304 B
XML
6 lines
304 B
XML
<UserControl x:Class="SSPCTester.UI.Views.SettingsView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:v="clr-namespace:SSPCTester.UI.Views">
|
|
<v:SettingsManualView />
|
|
</UserControl> |