< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
< phone:PhoneApplicationPage x:Class ="ozon.MainPage" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell ="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d ="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls ="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" mc:Ignorable ="d" d:DesignWidth ="480" d:DesignHeight ="768" FontFamily ="{StaticResource PhoneFontFamilyNormal}" FontSize ="{StaticResource PhoneFontSizeNormal}" Foreground ="{StaticResource PhoneForegroundBrush}" SupportedOrientations ="Portrait" Orientation ="Portrait" shell:SystemTray . IsVisible ="True" > < controls:Pivot > < controls:Pivot.Title > < TextBlock > OZON.RU </ TextBlock > </ controls:Pivot.Title > < controls:PivotItem Header ="" Foreground ="Black" > < Grid x:Name ="LayoutRoot" Background ="Transparent" > < Grid.RowDefinitions > < RowDefinition Height ="Auto" /> < RowDefinition Height ="*" /> </ Grid.RowDefinitions > < StackPanel x:Name ="TitlePanel" Grid . Row ="0" Margin ="12,17,0,28" UseLayoutRounding ="True" HorizontalAlignment ="Left" > < TextBox Grid . RowSpan ="2" Height ="72" Margin ="0,0,0,0" Name ="textBox1" Text ="" Width ="288" /> </ StackPanel > < Grid x:Name ="ContentPanel" Grid . Row ="1" Margin ="12,0,12,0" > < ListBox x:Name ="Results" Height ="Auto" HorizontalAlignment ="Left" Margin ="4,3,0,0" VerticalAlignment ="Top" Width ="423" > < ListBox.ItemTemplate > < DataTemplate > < StackPanel Orientation ="Horizontal" Height ="100" Margin ="0,10,0,0" > < Image Source ="{Binding PictureURL}" Width ="80" Height ="100" Stretch ="Fill" DataContext ="{Binding}" HorizontalAlignment ="Left" VerticalAlignment ="Center" Margin ="0,0,10,0" /> < StackPanel Orientation ="Vertical" Height ="100" VerticalAlignment ="Top" > < StackPanel Orientation ="Horizontal" Height ="Auto" VerticalAlignment ="Top" > < TextBlock Width ="320" FontSize ="18" Text ="{Binding Name}" TextWrapping ="Wrap" VerticalAlignment ="Top" /> </ StackPanel > < StackPanel Orientation ="Horizontal" Height ="60" > < TextBlock Width ="320" FontSize ="32" Text ="{Binding PriceFormatted}" /> </ StackPanel > </ StackPanel > </ StackPanel > </ DataTemplate > </ ListBox.ItemTemplate > </ ListBox > </ Grid > < Button Content ="" Height ="72" Name ="button1" Width ="160" Margin ="288,17,8,28" Click ="button1_Click" /> </ Grid > </ controls:PivotItem > </ controls:Pivot > </ phone:PhoneApplicationPage > * This source code was highlighted with Source Code Highlighter .
* This source code was highlighted with Source Code Highlighter .
- using System;
- using System.Collections. Generic ;
- using System.Linq;
- using System.Text;
- namespace ozon
- {
- public class OzonItem
- {
- public int ID { get ; set ; }
- public string Name { get ; set ; }
- public string PictureURL { get ; set ; }
- public int isAvailable { get ; set ; }
- public string Price { get ; set ; }
- public string PriceFormatted { get ; set ; }
- public OzonItem ( int ID, string Name, string PictureURL, int isAvailable, string Price)
- {
- this .ID = ID;
- this .Name = Name;
- this .PictureURL = PictureURL;
- this .isAvailable = isAvailable;
- this .Price = Price;
- this .PriceFormatted = double .Parse (Price) .ToString () + "rub." ;
- }
- public override string ToString ()
- {
- string info = "" ;
- info + = this .GetType (). ToString () + "\ n" ;
- info + = "ID:" + this .ID + "\ n" ;
- info + = "Name:" + this .Name + "\ n" ;
- info + = "PictureURL:" + this .PictureURL + "\ n" ;
- info + = "isAvailable:" + this .isAvailable + "\ n" ;
- info + = "Price:" + this .Price + "\ n" ;
- return info;
- }
- }
- }
* This source code was highlighted with Source Code Highlighter .
- public partial class MainPage: PhoneApplicationPage
- {
- // Constructor
- public MainPage ()
- {
- Initializecomponent ();
- }
- private void button1_Click ( object sender, RoutedEventArgs e)
- {
- WebClient data = new WebClient ();
- data.DownloadStringCompleted + = new DownloadStringCompletedEventHandler (OnDownloadItemsCompleted);
- data.DownloadStringAsync ( new Uri ( "http://www.ozon.ru/webservice/webservice.asmx/SearchWebService?searchText=" + textBox1.Text + "& searchContext =" ));
- }
- private void OnDownloadItemsCompleted ( object sender, DownloadStringCompletedEventArgs e)
- {
- if (e.Error! = null )
- {
- // throws NotFound
- throw e.Error;
- }
- XDocument xml = XDocument .Parse (e.Result);
- // results from search
- List <OzonItem> results = new List <OzonItem> ();
- IEnumerable < XElement > list = xml.Descendants ( "SearchItems" );
- if (list! = null )
- {
- foreach ( XElement node in list)
- {
- results.Add ( new OzonItem (
- int .Parse (node.Element ( "ID" ) .Value),
- node.Element ( "Name" ) .Value,
- node.Element ( "Picture" ) .Value.Replace ( "/ small" , "" ) .Replace ( ".gif" , ".jpg" ),
- int .Parse (node.Element ( "ItemAvailabilityID" ) .Value),
- node.Element ( "Price" ) .Value
- ))
- }
- }
- this .Results.ItemsSource = results;
- }
- }
Source: https://habr.com/ru/post/111354/
All Articles