mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
8 lines
288 B
XML
8 lines
288 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>
|
|
|
|
</Grid>
|
|
</Window>
|