Initial version

This commit is contained in:
2026-05-31 07:38:10 +02:00
parent e363eb1491
commit ec7031d9fd
8 changed files with 1360 additions and 0 deletions

5
007SaveTool/App.xaml.cs Normal file
View File

@@ -0,0 +1,5 @@
using System.Windows;
namespace EonaCat.FirstLight.SaveTransfer;
public partial class App : Application { }