84b626d344
屎山
15 lines
613 B
XML
15 lines
613 B
XML
<ui:Page
|
|
x:Class="Ink_Canvas.Windows.SettingsViews.Pages.PluginSettingsPage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
|
|
xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
|
|
Title="插件设置"
|
|
mc:Ignorable="d">
|
|
<Grid>
|
|
<ContentControl x:Name="PluginSettingsContent" Margin="24" />
|
|
</Grid>
|
|
</ui:Page>
|