first commit

This commit is contained in:
younes elhaddoury
2025-09-16 09:45:26 +02:00
commit 562f7ff255
321 changed files with 102744 additions and 0 deletions

View File

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