Files
Partsource/PartSource.Backoffice/Components/TaskSetup.xaml
2020-11-04 18:44:14 -05:00

17 lines
763 B
XML

<UserControl x:Class="PartSource.Backoffice.Components.TaskSetup"
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:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:PartSource.Backoffice.Components"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800"
Padding="10">
<StackPanel x:Name="ContentPanel">
<TextBlock>Metafield Groups:</TextBlock>
<CheckBox x:Name="Fitment" Content="Fitment" />
<CheckBox x:Name="ProductFeed" Content="Product Feed" />
</StackPanel>
</UserControl>