2ff390d577
- Primo commit.
18 lines
684 B
XML
18 lines
684 B
XML
<EgtWPFLib5:EgtCustomWindow x:Class="MainWindowV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:LicenceManager="clr-namespace:LicenseManager"
|
|
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
|
|
DataContext="{StaticResource MainWindowVM}"
|
|
Style="{DynamicResource {x:Type EgtWPFLib5:EgtCustomWindow}}"
|
|
Title="{Binding Title}"
|
|
MinHeight="300" MinWidth="400"
|
|
Width="800" Height="550"
|
|
|
|
WindowStartupLocation="CenterScreen">
|
|
|
|
<!--Pannello principale -->
|
|
<ContentControl Content="{Binding ProjectContent}"/>
|
|
|
|
</EgtWPFLib5:EgtCustomWindow>
|