5106b8ef80
- aggiunta finestra ImportDxf - gestione unità di misura - gestione cambio lingua - varie migliorie.
9 lines
318 B
XML
9 lines
318 B
XML
<WindowsFormsHost x:Class="DxfImportSceneHostV"
|
|
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="ImportDxfScene"/>
|
|
|
|
</WindowsFormsHost>
|