Files
Emmanuele Sassi 5278c1d2e0 OmagOffice :
- Aggiunta finestra disegno Compo.
- Migliorie varie.
2017-04-24 12:55:25 +00:00

23 lines
763 B
XML

<EgtWPFLib5:EgtCustomWindow x:Class="CompoWindowV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:OmagOFFICE="clr-namespace:OmagOFFICE"
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
Title="{Binding TitleMsg}"
IsMinimizable="False"
ShowInTaskbar="False"
Style="{DynamicResource {x:Type EgtWPFLib5:EgtCustomWindow}}"
WindowStartupLocation="CenterOwner">
<DockPanel>
<ContentControl Content="{Binding CompoPageControl}"
DockPanel.Dock="Left"
Width="200" Margin="5,5,5,0"/>
<OmagOFFICE:CompoSceneHostV/>
</DockPanel>
</EgtWPFLib5:EgtCustomWindow>