Initial Commit
[SnapShooter.git] / SnapShooter / MainWindow.xaml
1 <Window x:Class="SnapShooter.MainWindow"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Title="SnapShooter" Height="300" Width="600"
5     Loaded="Window_Loaded">
6     <Grid>
7         <ListBox Name="SnapShots" />
8     </Grid>
9 </Window>