src/FingersDance/MainSurfaceWindow.xaml
changeset 61 9e2f007b19b3
parent 60 b4008a356f90
child 72 f1ca0958c992
--- 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"
+    
+    
     >
   <s:SurfaceWindow.Resources>
     <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
@@ -68,5 +75,7 @@
   		</s:ScatterViewItem>
   	</s:ScatterView>
 
+  	<FingersDance_Control_SessionInput1:UserControlSessionInput HorizontalAlignment="Left" VerticalAlignment="Top"/>
+
   </Grid>
 </s:SurfaceWindow>