src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Sun, 06 Sep 2009 19:53:24 +0200
changeset 38 fe84b5081ba2
parent 35 ed77793b767a
child 39 0efa1d506f28
permissions -rw-r--r--
Test des menus

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
	x:Class="FingersDance.Control.UserPanel.UserControlUserPanel"
	x:Name="UserControl"
	d:DesignWidth="640" d:DesignHeight="480" 
    xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource">

	<Grid x:Name="LayoutRoot">
		<FingersDance_Control_SyncSource:UserControlSyncSource/>
	</Grid>
</UserControl>