diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance/MainSurfaceWindow.xaml --- a/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 16:57:45 2009 +0200 +++ b/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 18:20:09 2009 +0200 @@ -4,10 +4,17 @@ xmlns:s="http://schemas.microsoft.com/surface/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel" + xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot" + xmlns:FingersDance_Control_SessionInput="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SessionInput" + + x:Class="FingersDance.SurfaceWindow1" Title="FingersDance" - Width="1024" Height="768" x:Name="mainSurfaceWindow" - xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot" Background="{x:Null}" + Width="1024" Height="768" x:Name="mainSurfaceWindow" + Background="{x:Null}" + xmlns:FingersDance_Control_SessionInput1="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SaisieSeance" + + > @@ -68,5 +75,7 @@ + +