Files
Dunestorm ae9fbc6d97 HeadMeld 0.0.0.1
- Initial submit, functionality is incomplete
2022-03-27 11:04:13 +01:00

9 lines
411 B
XML

<Window x:Class="HeadMeld.Startup"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Visibility ="Hidden" Closed="Window_Closed">
</Window>