PageRenderTime 35ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/V1/trunk/Source/QuickStarts/Commanding/Commanding.OrderModule/OrdersToolBar.xaml

#
XAML | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | d14c4d8b0b358e2e80ce83a96e6f7a75 MD5 | raw file
  1. <UserControl x:Class="Commanding.Modules.Order.OrdersToolBar"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:inf="clr-namespace:Commanding.Modules.Order">
  5. <ToolBar>
  6. <Button AutomationProperties.AutomationId="SaveAllToolBarButton" Command="{x:Static inf:OrdersCommands.SaveAllOrdersCommand}">Save All Orders</Button>
  7. <Separator />
  8. </ToolBar>
  9. </UserControl>