Files
omagoffice/DxfImportWindow/DxfImportSceneHostV.xaml
Emmanuele Sassi 5106b8ef80 OmagOFFICE :
- aggiunta finestra ImportDxf
- gestione unità di misura
- gestione cambio lingua
- varie migliorie.
2017-04-15 18:31:02 +00:00

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>