HeadMeld 0.0.0.1

- Initial submit, functionality is incomplete
This commit is contained in:
2022-03-27 11:04:13 +01:00
commit ae9fbc6d97
23 changed files with 613 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<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>