cbfdc473c2
-aggiunta dell'HardwareManager, -aggiunta della pagina di stampa.
9 lines
307 B
XML
9 lines
307 B
XML
<WindowsFormsHost x:Class="PrintSceneHostV"
|
|
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="PrintScene"/>
|
|
|
|
</WindowsFormsHost>
|