PIBD14-BOYKO-M.S.SuperEasyS.../Lab1/App.xaml.cs
2024-02-13 08:29:23 +04:00

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