Bound MainWindow button to create method
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
<UniformGrid Grid.Row="1" Rows="3">
|
<UniformGrid Grid.Row="1" Rows="3">
|
||||||
<Button Content="Delete selected" Command="{Binding DeleteCustomerCommand}"></Button>
|
<Button Content="Delete selected" Command="{Binding DeleteCustomerCommand}"></Button>
|
||||||
<Button Content="Create new" Command="{Binding CreateCustomerCommand}"></Button>
|
<Button Content="Create new" Click="CreateNewCustomer"></Button>
|
||||||
<Button Content="Expand all" Click="ExpandAllCustomers"/>
|
<Button Content="Expand all" Click="ExpandAllCustomers"/>
|
||||||
</UniformGrid>
|
</UniformGrid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user