--- a/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml Wed Oct 14 13:45:55 2009 +0200
+++ b/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml Wed Oct 14 14:02:31 2009 +0200
@@ -4,10 +4,13 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
- xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
+ xmlns:Custom="http://schemas.microsoft.com/surface/2008"
+ xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
x:Class="FingersDance.Control.SessionInput.UserControlSessionInput"
x:Name="UserControl"
- Background="#FFA09E9E" Width="256" Height="192">
+ Background="#FFA09E9E"
+ Width="256"
+ Height="192">
<UserControl.Resources>
<Style x:Key="FingersDance.Control.SurfaceRadioButton" TargetType="{x:Type Custom:SurfaceRadioButton}">