feb943cfb1
-gestito vista assemblato -aggiornato cotrolli su vista assemblato -aggiornato selezione multipla pezzi
20 lines
642 B
XML
20 lines
642 B
XML
<Window x:Class="SplashScreenV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
WindowStartupLocation="CenterScreen"
|
|
WindowStyle="None"
|
|
AllowsTransparency="True"
|
|
Background="Transparent"
|
|
Topmost="True"
|
|
ShowInTaskbar="False"
|
|
Height="600"
|
|
Width="1000">
|
|
|
|
<Grid>
|
|
<Image Source="/Resources/NewPage/LogoProvaStrategy.png"
|
|
Stretch="Uniform"/>
|
|
<TextBlock x:Name="VersionTxBl"
|
|
Style="{StaticResource SplashScreenV_TxBl}"/>
|
|
</Grid>
|
|
</Window>
|