PotatoNV/PotatoNV-next/App.xaml.cs

18 lines
356 B
C#
Raw Normal View History

2020-06-26 14:25:44 +02:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace PotatoNV_next
{
/// <summary>
/// Логика взаимодействия для App.xaml
/// </summary>
public partial class App : Application
{
}
}