src/FingersDance/MainSurfaceWindow.xaml
changeset 225 b60e13ed75c8
parent 224 874de6d84a2e
equal deleted inserted replaced
224:874de6d84a2e 225:b60e13ed75c8
     4     xmlns:s="http://schemas.microsoft.com/surface/2008"
     4     xmlns:s="http://schemas.microsoft.com/surface/2008"
     5     xmlns:System="clr-namespace:System;assembly=mscorlib"
     5     xmlns:System="clr-namespace:System;assembly=mscorlib"
     6     xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
     6     xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
     7     xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
     7     xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
     8     xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
     8     xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
     9     
       
    10     
       
    11     xmlns:FingersDance_Control_SessionInput1="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SaisieSeance"
     9     xmlns:FingersDance_Control_SessionInput1="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SaisieSeance"
    12     
       
    13     
       
    14     xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
    10     xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
    15     
       
    16     
       
    17     x:Class="FingersDance.SurfaceWindow1"
    11     x:Class="FingersDance.SurfaceWindow1"
    18     Title="FingersDance"
    12     Title="FingersDance"
    19     Width="1024" Height="768" x:Name="mainSurfaceWindow" 
    13     Width="1024" Height="768" x:Name="mainSurfaceWindow" 
    20     Background="{x:Null}" Loaded="mainSurfaceWindow_Loaded"
    14     Background="{x:Null}" Loaded="mainSurfaceWindow_Loaded"
    21     >
    15     >