commit a new branch

This commit is contained in:
Zel
2022-11-21 11:40:37 +08:00
commit e3c2735ec8
14 changed files with 691 additions and 0 deletions

9
App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="ElectronicWoodfish.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ElectronicWoodfish"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>