<phone:PhoneApplicationPage x:Class="CookiesEx.MainPage" xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="https://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="https://schemas.microsoft.com/expression/blend/2008" xmlns:mc="https://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="800"> <StackPanel x:Name="LayoutRoot" Width="390"> <Button Width="372" Height="173" Content="Click to send request" HorizontalAlignment="Left" x:Name="button1" Click="button1_Click" Margin="5"/> <TextBlock TextWrapping="Wrap" Foreground="{StaticResource PhoneForegroundBrush}" Height="267" Name="tb1" Width="382" FontSize="22" /> </StackPanel></phone:PhoneApplicationPage><phone:PhoneApplicationPage x:Class="CookiesEx.Mai