Files
Emmanuele Sassi 94c4c1f6a4 - gestite lingue e messaggi
- spostato EgtInterface in libreria
2025-07-08 16:26:14 +02:00

19 lines
882 B
XML

<Lib:EffectorWindow x:Class="MainWindowV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Effector.Main"
xmlns:Lib="clr-namespace:Effector.Plugin.Lib;assembly=Effector.Plugin.Lib"
xmlns:EgwWPFBaseLib="clr-namespace:EgwWPFBaseLib;assembly=EgwWPFBaseLib"
TitleBarHeight="40"
Title="{Binding sTitle}"
TitlePanel="{Binding ContentMenu}">
<Window.OpacityMask>
<SolidColorBrush Color="White" Opacity="{Binding Window_Opacity}"/>
</Window.OpacityMask>
<ContentControl Grid.Row="1"
Content="{Binding ContentPanel}"
BorderThickness="0"/>
</Lib:EffectorWindow>