|
@ -260,8 +260,8 @@ |
|
|
> |
|
|
> |
|
|
<!-- --> |
|
|
<!-- --> |
|
|
<c:BButton Command="{Binding UpdateTaskCommand}" Style="{StaticResource LinkButton}" Content="修改" /> |
|
|
<c:BButton Command="{Binding UpdateTaskCommand}" Style="{StaticResource LinkButton}" Content="修改" /> |
|
|
<c:BButton Command="{Binding DataContext.DeletedTaskCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}}" CommandParameter="{Binding}" |
|
|
<!--<c:BButton Command="{Binding DataContext.DeletedTaskCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}}" CommandParameter="{Binding}" |
|
|
Margin="5,0,0,0" Style="{StaticResource LinkButton}" Content="取消"/> |
|
|
Margin="5,0,0,0" Style="{StaticResource LinkButton}" Content="取消"/>--> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid Grid.Row="1"> |
|
|
<Grid Grid.Row="1"> |
|
|