6 lines
217 B
XML
6 lines
217 B
XML
<UserControl x:Class="Demo.SettingsView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid />
|
|
</UserControl>
|