Add project files.

This commit is contained in:
2024-11-21 07:47:06 +07:00
parent f4a14908e1
commit c7f485ef1d
16 changed files with 3659 additions and 0 deletions

14
App.xaml.cs Normal file
View File

@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace FAtoPA
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}