Torna al Thread

<Window x:Class="UtiliWPF.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="198" Width="300" Loaded="Window_Loaded"> <Grid> <Button Margin="12,48,12,12" Name="BtnImgDest"> <Button.Background> <ImageBrush ImageSource="{Binding Path=SelectedImagePath}"/> </Button.Background> </Button> <Button Height="23" HorizontalAlignment="Left" Margin="12,19,0,0" Name="BtnImg1" VerticalAlignment="Top" Width="122" Click="BtnImg1_Click">Programma MVP</Button> <Button Height="23" Margin="0,19,12,0" Name="BtnImg2" VerticalAlignment="Top" HorizontalAlignment="Right" Width="126" Click="BtnImg2_Click">Visita dotnethell!</Button> </Grid> </Window>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5