Cosmos/source2/VSIP/Cosmos.VS.Debug/MainWindow.xaml
kudzu_cp f58022850d
2011-06-19 15:10:11 +00:00

9 lines
587 B
XML

<Window x:Class="Cosmos.VS.Debug.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="404" Width="559" xmlns:my="clr-namespace:Cosmos.VS.Debug">
<Grid>
<ListBox Height="155" HorizontalAlignment="Left" Margin="12,12,0,0" Name="listBox1" VerticalAlignment="Top" Width="141" />
<my:RegistersUC Height="341" HorizontalAlignment="Left" Margin="210,12,0,0" x:Name="registersUC1" VerticalAlignment="Top" Width="300" />
</Grid>
</Window>