Files
LicenceManager/MainWindow/MainWindowV.xaml
T
Renzo Lanza 2ff390d577 LicenceManager 2.1b1 :
- Primo commit.
2019-02-20 09:46:20 +00:00

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>