﻿<Window x:Class="registry.registryApp"
        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>
        <TreeView Height="Auto" HorizontalAlignment="Stretch"  Name="treeViewRegistry" VerticalAlignment="Stretch" SelectedItemChanged="treeViewRegistry_SelectedItemChanged" Margin="0,0,133,0" />
        <ListBox Height="224" HorizontalAlignment="Left" Margin="376,5,0,0" Name="listBoxRegistry" VerticalAlignment="Top" Width="127" />
        <Button Content="Lisää" Height="23" HorizontalAlignment="Left" Margin="386,239,0,0" Name="buttonLisaa" VerticalAlignment="Top" Width="75" Click="button1_Click" />
        <Button Content="Poista" Height="23" HorizontalAlignment="Left" Margin="386,276,0,0" Name="buttonPoista" VerticalAlignment="Top" Width="75" Click="buttonPoista_Click" />
    </Grid>
</Window>
