mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
6 lines
329 B
XML
6 lines
329 B
XML
<Window x:Class="Cosmos.Build.Windows.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Cosmos Builder" Height="300" Width="300"
|
|
Icon="/Cosmos.Build.Windows;component/Cosmos.ico" WindowState="Maximized">
|
|
</Window>
|