Torna al Thread

<Window x:Class="MioNameSpace.Views.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300" DataContext="{Binding RelativeSource={RelativeSource Self}}" xmlns:Converters="clr-namespace:MioNameSpace.Converters"> <Window.Resources> <Converters:PathConverter x:Key="PathConverter"/> </Window.Resources> <Grid> <StackPanel> <ListBox ItemsSource="{Binding MyList}"/> <Image Height="50" Source="{Binding Imagesource}"/> <Image Height="50" Source="{Binding NomeImmagine, Converter={StaticResource PathConverter}}"/> </StackPanel> </Grid> </Window>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5