ProgaOra/20241024/WpfApp2/WpfApp2/App.xaml.cs
2024-10-24 10:20:01 +02:00

18 lines
323 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 WpfApp2
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}