mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
8 lines
404 B
XML
8 lines
404 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="350" Width="525">
|
|
<Grid>
|
|
<ListBox Height="287" HorizontalAlignment="Left" Margin="12,12,0,0" Name="listBox1" VerticalAlignment="Top" Width="479" />
|
|
</Grid>
|
|
</Window>
|