TSCHMI_Malafeev_Labi_Topchik/lab2/App.xaml.cs

18 lines
320 B
C#
Raw Normal View History

2024-03-28 00:04:36 +04:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace lab2
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}