middleware/Debug/DebugParameters.xaml
changeset 16 a9ebacd6c089
parent 15 4b78f179e7ce
child 27 6c08d4d7219e
--- 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>