new class – aua creator

This commit is contained in:
2021-10-03 23:06:08 +03:00
parent 6591cd7c9f
commit 5e29140834
338 changed files with 34430 additions and 38 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace Inst
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}