ExamPM/App.xaml.cs
2025-04-14 10:58:43 +03:00

15 lines
208 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace TestOP
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}