35
|
1 |
<UserControl
|
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
6 |
mc:Ignorable="d"
|
|
7 |
x:Class="FingersDance.Control.UserPanel.UserControlUserPanel"
|
|
8 |
x:Name="UserControl"
|
|
9 |
d:DesignWidth="640" d:DesignHeight="480"
|
|
10 |
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource">
|
|
11 |
|
|
12 |
<Grid x:Name="LayoutRoot">
|
39
|
13 |
<!--FingersDance_Control_SyncSource:UserControlSyncSource/-->
|
35
|
14 |
</Grid>
|
|
15 |
</UserControl> |