5278c1d2e0
- Aggiunta finestra disegno Compo. - Migliorie varie.
9 lines
307 B
XML
9 lines
307 B
XML
<WindowsFormsHost x:Class="CompoSceneHostV"
|
|
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">
|
|
|
|
<EgtUILib:Scene x:Name="CompoScene"/>
|
|
|
|
</WindowsFormsHost>
|