mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
8 lines
295 B
XML
8 lines
295 B
XML
<Window x:Class="Cosmos.VS.Windows.Test.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>
|