Merge pull request #31 from runceel/remove-unnecessary-tags-at-exercise2
Edit Exercise2/01-Start to same as Exercise1/02-End
This commit is contained in:
Коммит
a2d690a1b0
|
@ -40,7 +40,6 @@
|
|||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
@ -67,13 +66,9 @@
|
|||
<TextBlock x:Name="txtLocation" FontSize="16" Margin="5, 0, 0, 0" />
|
||||
</StackPanel>
|
||||
|
||||
<toolkit:MapControl Grid.Row="5" x:Name="ExpenseMap" />
|
||||
|
||||
<TextBlock Text="Signature:" FontSize="16" FontWeight="Bold" Grid.Row="6" />
|
||||
|
||||
<toolkit:InkCanvas x:Name="Signature" Grid.Row="7" />
|
||||
|
||||
<TextBlock Text="Signature:" FontSize="16" FontWeight="Bold" Grid.Row="5" />
|
||||
|
||||
<toolkit:InkCanvas x:Name="Signature" Grid.Row="6" />
|
||||
</Grid>
|
||||
|
||||
<!-- Chart -->
|
||||
|
|
|
@ -45,7 +45,6 @@ namespace ContosoExpenses
|
|||
private void Window_Closed(object sender, EventArgs e)
|
||||
{
|
||||
Signature.Dispose();
|
||||
ExpenseMap.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче