/V1/trunk/Source/QuickStarts/Commanding/Commanding.OrderModule/OrdersToolBar.xaml
# · XAML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · d14c4d8b0b358e2e80ce83a96e6f7a75 MD5 · raw file
- <UserControl x:Class="Commanding.Modules.Order.OrdersToolBar"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:inf="clr-namespace:Commanding.Modules.Order">
- <ToolBar>
- <Button AutomationProperties.AutomationId="SaveAllToolBarButton" Command="{x:Static inf:OrdersCommands.SaveAllOrdersCommand}">Save All Orders</Button>
- <Separator />
- </ToolBar>
- </UserControl>