--- a/middleware/Debug/DebugParameters.xaml Mon Apr 02 16:30:56 2012 +0200
+++ b/middleware/Debug/DebugParameters.xaml Wed Apr 04 10:51:21 2012 +0200
@@ -23,7 +23,7 @@
L'intervalle de temps entre le début et la fin du timer pour la détection des gestures.
-->
-<Window x:Class="Trakers.Debug.DebugParameters" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TraKERS - Paramètres" Height="380" Width="300">
+<Window x:Class="Trakers.Debug.DebugParameters" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TraKERS - Paramètres" Height="380" Width="300" Closed="Window_Closed">
<Grid>
<StackPanel>
<TabControl>
@@ -125,7 +125,7 @@
</TabItem>
</TabControl>
- <Button Content="Modifier" Click="Button_Click" />
+ <Button Name="ModButton" Content="Modifier" Click="Button_Click" />
<!-- Affichage des problèmes éventuels lors de la saisie des paramètres. -->
<Label Content="" Name="ExceptionInParametersLbl" Height="28" />
</StackPanel>