﻿<Window x:Class="thread.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" Loaded="Window_Loaded">
    <Grid>
        <ListBox Height="289" HorizontalAlignment="Left" Margin="48,10,0,0" Name="listBoxPrime" VerticalAlignment="Top" Width="421" />
    </Grid>
</Window>
