Initial version

This commit is contained in:
2026-07-04 20:24:40 +02:00
parent 5429339f62
commit b3ae12245b
20 changed files with 1131 additions and 70 deletions
+7
View File
@@ -0,0 +1,7 @@
using System.Windows;
namespace EonaCat.JavaDecompile;
public partial class App : Application
{
}