94c4c1f6a4
- spostato EgtInterface in libreria
19 lines
882 B
XML
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>
|