10 lines
425 B
XML
10 lines
425 B
XML
<base:BaseView x:Class="UISettings.UISettingsView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:base="clr-namespace:DTS.Common.Base;assembly=DTS.Common">
|
|
<Grid>
|
|
|
|
</Grid>
|
|
</base:BaseView>
|