mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
8 lines
379 B
XML
8 lines
379 B
XML
<Window x:Class="Cosmos.Deploy.Pixie.GUI.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Cosmos PXE Server" Height="350" Width="525" Loaded="Window_Loaded" Icon="/Cosmos.Deploy.Pixie.GUI;component/Cosmos.ico">
|
|
<Grid>
|
|
|
|
</Grid>
|
|
</Window>
|