author | sarias |
Thu, 10 Sep 2009 08:36:04 +0200 | |
changeset 43 | e589f11636e6 |
parent 39 | 0efa1d506f28 |
child 45 | f003ae353cd7 |
permissions | -rw-r--r-- |
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"> |
|
43
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
13 |
<FingersDance_Control_SyncSource:UserControlSyncSource x:Name="UserControlSyncSource"/> |
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
14 |
|
e589f11636e6
Regle le bug pour creer des instance du usercontrolUserPannel
sarias
parents:
39
diff
changeset
|
15 |
</Grid> |
35 | 16 |
</UserControl> |