dcaef9eaa9
- Utilizzata EffectorWindow per MultipleCopyWnd - Utilizzata BaseWindow per ProcessManagerV - aggiunto titolo a TitleBar - aggiunto modulo Converters
9 lines
535 B
XML
9 lines
535 B
XML
<EgwWPFBaseLib:EgtWindow x:Class="EffectorWindowV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgwWPFBaseLib="clr-namespace:EgwWPFBaseLib;assembly=EgwWPFBaseLib"
|
|
xmlns:local="clr-namespace:Effector.Plugin.Lib"
|
|
TitleBarHeight="40"
|
|
Style="{StaticResource Effector_Window}">
|
|
</EgwWPFBaseLib:EgtWindow>
|