PIBD14-BOYKO-M.S.SuperEasyS.../Lab1-d/App.xaml.cs
2024-02-14 15:48:47 +04:00

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