mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
9 lines
587 B
XML
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>
|