Files
TPSocket/TPSocket/App.xaml.cs
2024-10-17 08:26:11 +02:00

18 lines
329 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace TPSocket
{
/// <summary>
/// Logique d'interaction pour App.xaml
/// </summary>
public partial class App : Application
{
}
}