equal
deleted
inserted
replaced
1 <s:SurfaceWindow x:Class="FingersDance.Control.SurfaceWindow1" |
1 <s:SurfaceWindow x:Class="FingersDance.Control.SurfaceWindow1" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 xmlns:s="http://schemas.microsoft.com/surface/2008" |
4 xmlns:s="http://schemas.microsoft.com/surface/2008" |
5 Title="FingersDance.Control" |
5 Title="FingersDance.Control" x:Name="SurfaceActionsTest" |
6 > |
6 > |
7 <s:SurfaceWindow.Resources> |
7 <s:SurfaceWindow.Resources> |
8 <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/> |
8 <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/> |
9 </s:SurfaceWindow.Resources> |
9 </s:SurfaceWindow.Resources> |
10 |
10 |