6233d89e0f
- primo rilascio.
14 lines
706 B
XML
14 lines
706 B
XML
<UserControl x:Class="ProjectView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtUILib="clr-namespace:EgtUILib;assembly=EgtUILib"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300" d:DesignWidth="300" Loaded="UserControl_Loaded">
|
|
|
|
<!--ContentControl che ospita la scena restituita sotto forma di WindowsFormsHost-->
|
|
<ContentControl Content="{Binding ProjectSceneHost}"/>
|
|
|
|
</UserControl>
|